Html Css Color HEX #CDBB3E Old Gold

📋 copy color: '#CDBB3E'

red 205 ◦ green 187 ◦ blue 62

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

Shades of Old Gold #CDBB3E

Tints of Old Gold #CDBB3E

RGB

 RED value IS 205 (80.47% from 255) = 45.15%

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

 BLUE value IS 62 (24.61% from 255) = 13.66%

R = 45.15%
G = 41.19%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDBB3E (or 0xCDBB3E) is known color: Old Gold. HEX triplet: CD, BB and 3E. RGB value is (205,187,62). Sum of RGB (Red+Green+Blue) = 205+187+62=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBB3E is #3244C1. Grayscale: #B2B2B2. Windows color (decimal): -3294402 or 4111309. OLE color: 4111309.

HSL color Cylindrical-coordinate representation of color #CDBB3E: hue angle of 52.45º degrees, saturation: 0.59, 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 #CDBB3E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 187 62 -
CMYK 0 0.09 0.70 0.20
HSL 52.45º 0.59% 0.52% -
HSV(B) 52.45º 0.7% 0.8% -
XYZ 43.82 48.87 11.68 -
YUV 178.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 205 187 62 0 0.09 0.70 0.20 52.45 0.59 0.52
Hex CD BB 3E 0 9 46 14 34 3B 34
Octal 315 273 76 0 11 106 24 64 73 64
Binary 11001101 10111011 111110 0 1001 1000110 10100 110100 111011 110100

Color Harmonies of #CDBB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBB3E

Black with #CDBB3E

Text Example


Text Example

White with #CDBB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBB3E; }

 p { color: rgb(205,187,62); }

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

background-color css

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

 a { background-color: rgb(205,187,62); }

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

border-color css

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

 span { border-color: rgb(205,187,62); }

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