Html Css Color HEX #CDB42E Old Gold

📋 copy color: '#CDB42E'

red 205 ◦ green 180 ◦ blue 46

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

Shades of Old Gold #CDB42E

Tints of Old Gold #CDB42E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 46 (18.36% from 255) = 10.67%

R = 47.56%
G = 41.76%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDB42E (or 0xCDB42E) is known color: Old Gold. HEX triplet: CD, B4 and 2E. RGB value is (205,180,46). Sum of RGB (Red+Green+Blue) = 205+180+46=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB42E is #324BD1. Grayscale: #ACACAC. Windows color (decimal): -3296210 or 3060941. OLE color: 3060941.

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

Color convert

RGB 205 180 46 -
CMYK 0 0.12 0.78 0.20
HSL 50.57º 0.63% 0.49% -
HSV(B) 50.57º 0.78% 0.8% -
XYZ 41.99 45.82 9.22 -
YUV 172.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 205 180 46 0 0.12 0.78 0.20 50.57 0.63 0.49
Hex CD B4 2E 0 C 4E 14 33 3F 31
Octal 315 264 56 0 14 116 24 63 77 61
Binary 11001101 10110100 101110 0 1100 1001110 10100 110011 111111 110001

Color Harmonies of #CDB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB42E

Black with #CDB42E

Text Example


Text Example

White with #CDB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB42E; }

 p { color: rgb(205,180,46); }

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

background-color css

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

 a { background-color: rgb(205,180,46); }

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

border-color css

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

 span { border-color: rgb(205,180,46); }

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