Html Css Color HEX #CBBB4B Old Gold

📋 copy color: '#CBBB4B'

red 203 ◦ green 187 ◦ blue 75

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

Shades of Old Gold #CBBB4B

Tints of Old Gold #CBBB4B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

 BLUE value IS 75 (29.69% from 255) = 16.13%

R = 43.66%
G = 40.22%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CBBB4B (or 0xCBBB4B) is known color: Old Gold. HEX triplet: CB, BB and 4B. RGB value is (203,187,75). Sum of RGB (Red+Green+Blue) = 203+187+75=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB4B is #3444B4. Grayscale: #B3B3B3. Windows color (decimal): -3425461 or 4963275. OLE color: 4963275.

HSL color Cylindrical-coordinate representation of color #CBBB4B: hue angle of 52.5º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBBB4B is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 187 75 -
CMYK 0 0.08 0.63 0.20
HSL 52.5º 0.55% 0.55% -
HSV(B) 52.5º 0.63% 0.8% -
XYZ 43.67 48.75 13.76 -
YUV 179.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 203 187 75 0 0.08 0.63 0.20 52.5 0.55 0.55
Hex CB BB 4B 0 8 3F 14 34 37 37
Octal 313 273 113 0 10 77 24 64 67 67
Binary 11001011 10111011 1001011 0 1000 111111 10100 110100 110111 110111

Color Harmonies of #CBBB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBB4B

Black with #CBBB4B

Text Example


Text Example

White with #CBBB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBB4B; }

 p { color: rgb(203,187,75); }

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

background-color css

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

 a { background-color: rgb(203,187,75); }

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

border-color css

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

 span { border-color: rgb(203,187,75); }

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