Html Css Color HEX #CBBD3C Old Gold

📋 copy color: '#CBBD3C'

red 203 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #CBBD3C

Tints of Old Gold #CBBD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 60 (23.83% from 255) = 13.27%

R = 44.91%
G = 41.81%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBBD3C (or 0xCBBD3C) is known color: Old Gold. HEX triplet: CB, BD and 3C. RGB value is (203,189,60). Sum of RGB (Red+Green+Blue) = 203+189+60=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD3C is #3442C3. Grayscale: #B3B3B3. Windows color (decimal): -3424964 or 3980747. OLE color: 3980747.

HSL color Cylindrical-coordinate representation of color #CBBD3C: hue angle of 54.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBBD3C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 189 60 -
CMYK 0 0.07 0.70 0.20
HSL 54.13º 0.58% 0.52% -
HSV(B) 54.13º 0.7% 0.8% -
XYZ 43.64 49.42 11.51 -
YUV 178.48 61.14 145.49 -
System Red Green Blue C M Y K H S L
Decimal 203 189 60 0 0.07 0.70 0.20 54.13 0.58 0.52
Hex CB BD 3C 0 7 46 14 36 3A 34
Octal 313 275 74 0 7 106 24 66 72 64
Binary 11001011 10111101 111100 0 111 1000110 10100 110110 111010 110100

Color Harmonies of #CBBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBD3C

Black with #CBBD3C

Text Example


Text Example

White with #CBBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBD3C; }

 p { color: rgb(203,189,60); }

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

background-color css

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

 a { background-color: rgb(203,189,60); }

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

border-color css

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

 span { border-color: rgb(203,189,60); }

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