Html Css Color HEX #CDB64A Old Gold

📋 copy color: '#CDB64A'

red 205 ◦ green 182 ◦ blue 74

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

Shades of Old Gold #CDB64A

Tints of Old Gold #CDB64A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.48%

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 44.47%
G = 39.48%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDB64A (or 0xCDB64A) is known color: Old Gold. HEX triplet: CD, B6 and 4A. RGB value is (205,182,74). Sum of RGB (Red+Green+Blue) = 205+182+74=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB64A is #3249B5. Grayscale: #B1B1B1. Windows color (decimal): -3295670 or 4896461. OLE color: 4896461.

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

Color convert

RGB 205 182 74 -
CMYK 0 0.11 0.64 0.20
HSL 49.47º 0.57% 0.55% -
HSV(B) 49.47º 0.64% 0.8% -
XYZ 43.14 46.93 13.26 -
YUV 176.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 205 182 74 0 0.11 0.64 0.20 49.47 0.57 0.55
Hex CD B6 4A 0 B 40 14 31 39 37
Octal 315 266 112 0 13 100 24 61 71 67
Binary 11001101 10110110 1001010 0 1011 1000000 10100 110001 111001 110111

Color Harmonies of #CDB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB64A

Black with #CDB64A

Text Example


Text Example

White with #CDB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB64A; }

 p { color: rgb(205,182,74); }

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

background-color css

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

 a { background-color: rgb(205,182,74); }

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

border-color css

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

 span { border-color: rgb(205,182,74); }

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