Html Css Color HEX #CDBD4D Old Gold

📋 copy color: '#CDBD4D'

red 205 ◦ green 189 ◦ blue 77

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

Shades of Old Gold #CDBD4D

Tints of Old Gold #CDBD4D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 43.52%
G = 40.13%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CDBD4D (or 0xCDBD4D) is known color: Old Gold. HEX triplet: CD, BD and 4D. RGB value is (205,189,77). Sum of RGB (Red+Green+Blue) = 205+189+77=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBD4D is #3242B2. Grayscale: #B5B5B5. Windows color (decimal): -3293875 or 5094861. OLE color: 5094861.

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

Color convert

RGB 205 189 77 -
CMYK 0 0.08 0.62 0.20
HSL 52.5º 0.56% 0.55% -
HSV(B) 52.5º 0.62% 0.8% -
XYZ 44.71 49.91 14.3 -
YUV 181.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 205 189 77 0 0.08 0.62 0.20 52.5 0.56 0.55
Hex CD BD 4D 0 8 3E 14 34 38 37
Octal 315 275 115 0 10 76 24 64 70 67
Binary 11001101 10111101 1001101 0 1000 111110 10100 110100 111000 110111

Color Harmonies of #CDBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBD4D

Black with #CDBD4D

Text Example


Text Example

White with #CDBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBD4D; }

 p { color: rgb(205,189,77); }

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

background-color css

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

 a { background-color: rgb(205,189,77); }

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

border-color css

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

 span { border-color: rgb(205,189,77); }

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