Html Css Color HEX #CBBC33 Old Gold

📋 copy color: '#CBBC33'

red 203 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #CBBC33

Tints of Old Gold #CBBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.53%

 BLUE value IS 51 (20.31% from 255) = 11.54%

R = 45.93%
G = 42.53%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBBC33 (or 0xCBBC33) is known color: Old Gold. HEX triplet: CB, BC and 33. RGB value is (203,188,51). Sum of RGB (Red+Green+Blue) = 203+188+51=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC33 is #3443CC. Grayscale: #B1B1B1. Windows color (decimal): -3425229 or 3390667. OLE color: 3390667.

HSL color Cylindrical-coordinate representation of color #CBBC33: hue angle of 54.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBBC33 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 188 51 -
CMYK 0 0.07 0.75 0.20
HSL 54.08º 0.6% 0.5% -
HSV(B) 54.08º 0.75% 0.8% -
XYZ 43.21 48.9 10.29 -
YUV 176.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 203 188 51 0 0.07 0.75 0.20 54.08 0.6 0.5
Hex CB BC 33 0 7 4B 14 36 3C 32
Octal 313 274 63 0 7 113 24 66 74 62
Binary 11001011 10111100 110011 0 111 1001011 10100 110110 111100 110010

Color Harmonies of #CBBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC33

Black with #CBBC33

Text Example


Text Example

White with #CBBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC33; }

 p { color: rgb(203,188,51); }

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

background-color css

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

 a { background-color: rgb(203,188,51); }

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

border-color css

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

 span { border-color: rgb(203,188,51); }

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