Html Css Color HEX #CBBD4D Old Gold

📋 copy color: '#CBBD4D'

red 203 ◦ green 189 ◦ blue 77

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

Shades of Old Gold #CBBD4D

Tints of Old Gold #CBBD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.42%

R = 43.28%
G = 40.3%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CBBD4D (or 0xCBBD4D) is known color: Old Gold. HEX triplet: CB, BD and 4D. RGB value is (203,189,77). Sum of RGB (Red+Green+Blue) = 203+189+77=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD4D is #3442B2. Grayscale: #B4B4B4. Windows color (decimal): -3424947 or 5094859. OLE color: 5094859.

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

Color convert

RGB 203 189 77 -
CMYK 0 0.07 0.62 0.20
HSL 53.33º 0.55% 0.55% -
HSV(B) 53.33º 0.62% 0.8% -
XYZ 44.17 49.63 14.27 -
YUV 180.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 203 189 77 0 0.07 0.62 0.20 53.33 0.55 0.55
Hex CB BD 4D 0 7 3E 14 35 37 37
Octal 313 275 115 0 7 76 24 65 67 67
Binary 11001011 10111101 1001101 0 111 111110 10100 110101 110111 110111

Color Harmonies of #CBBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBD4D

Black with #CBBD4D

Text Example


Text Example

White with #CBBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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