Html Css Color HEX #CDB432 Old Gold

📋 copy color: '#CDB432'

red 205 ◦ green 180 ◦ blue 50

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

Shades of Old Gold #CDB432

Tints of Old Gold #CDB432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 47.13%
G = 41.38%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDB432 (or 0xCDB432) is known color: Old Gold. HEX triplet: CD, B4 and 32. RGB value is (205,180,50). Sum of RGB (Red+Green+Blue) = 205+180+50=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB432 is #324BCD. Grayscale: #ADADAD. Windows color (decimal): -3296206 or 3323085. OLE color: 3323085.

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

Color convert

RGB 205 180 50 -
CMYK 0 0.12 0.76 0.20
HSL 50.32º 0.61% 0.5% -
HSV(B) 50.32º 0.76% 0.8% -
XYZ 42.07 45.85 9.65 -
YUV 172.66 58.78 151.07 -
System Red Green Blue C M Y K H S L
Decimal 205 180 50 0 0.12 0.76 0.20 50.32 0.61 0.5
Hex CD B4 32 0 C 4C 14 32 3D 32
Octal 315 264 62 0 14 114 24 62 75 62
Binary 11001101 10110100 110010 0 1100 1001100 10100 110010 111101 110010

Color Harmonies of #CDB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB432

Black with #CDB432

Text Example


Text Example

White with #CDB432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB432; }

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

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

background-color css

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

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

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

border-color css

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

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

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