Html Css Color HEX #CBC702 La Rioja

📋 copy color: '#CBC702'

red 203 ◦ green 199 ◦ blue 2

#CBC702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #CBC702

Tints of La Rioja #CBC702

RGB

 RED value IS 203 (79.69% from 255) = 50.25%

 GREEN value IS 199 (78.13% from 255) = 49.26%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 50.25%
G = 49.26%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBC702 (or 0xCBC702) is known color: La Rioja. HEX triplet: CB, C7 and 02. RGB value is (203,199,2). Sum of RGB (Red+Green+Blue) = 203+199+2=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC702 is #3438FD. Grayscale: #B2B2B2. Windows color (decimal): -3422462 or 182219. OLE color: 182219.

HSL color Cylindrical-coordinate representation of color #CBC702: hue angle of 58.81º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBC702 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 2 -
CMYK 0 0.02 0.99 0.20
HSL 58.81º 0.98% 0.4% -
HSV(B) 58.81º 0.99% 0.8% -
XYZ 45.06 53.55 8.02 -
YUV 177.74 28.83 146.02 -
System Red Green Blue C M Y K H S L
Decimal 203 199 2 0 0.02 0.99 0.20 58.81 0.98 0.4
Hex CB C7 2 0 2 63 14 3B 62 28
Octal 313 307 2 0 2 143 24 73 142 50
Binary 11001011 11000111 10 0 10 1100011 10100 111011 1100010 101000

Color Harmonies of #CBC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC702

Black with #CBC702

Text Example


Text Example

White with #CBC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC702; }

 p { color: rgb(203,199,2); }

 H1.HeaderClassName
 {
   color: #CBC702;
 }
 .AnyTagClassName
 {
   color: #CBC702;
 }
</style>

background-color css

<style>
 a { background-color: #CBC702; }

 a { background-color: rgb(203,199,2); }

 div.DivClassName
 {
   background-color: #CBC702;
 }
 .BgClassName
 {
   background-color: #CBC702;
 }
</style>

border-color css

<style>
 span { border-color: #CBC702; }

 span { border-color: rgb(203,199,2); }

 td.TdClassName
 {
   border-color: #CBC702;
 }
 .TagClassName
 {
   border-color: #CBC702;
 }
</style>