Html Css Color HEX #CDB03E Old Gold

📋 copy color: '#CDB03E'

red 205 ◦ green 176 ◦ blue 62

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

Shades of Old Gold #CDB03E

Tints of Old Gold #CDB03E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

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

R = 46.28%
G = 39.73%
B = 14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDB03E (or 0xCDB03E) is known color: Old Gold. HEX triplet: CD, B0 and 3E. RGB value is (205,176,62). Sum of RGB (Red+Green+Blue) = 205+176+62=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB03E is #324FC1. Grayscale: #ACACAC. Windows color (decimal): -3297218 or 4108493. OLE color: 4108493.

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

Color convert

RGB 205 176 62 -
CMYK 0 0.14 0.70 0.20
HSL 47.83º 0.59% 0.52% -
HSV(B) 47.83º 0.7% 0.8% -
XYZ 41.57 44.38 10.93 -
YUV 171.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 205 176 62 0 0.14 0.70 0.20 47.83 0.59 0.52
Hex CD B0 3E 0 E 46 14 30 3B 34
Octal 315 260 76 0 16 106 24 60 73 64
Binary 11001101 10110000 111110 0 1110 1000110 10100 110000 111011 110100

Color Harmonies of #CDB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB03E

Black with #CDB03E

Text Example


Text Example

White with #CDB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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