Html Css Color HEX #CDB83B Old Gold

📋 copy color: '#CDB83B'

red 205 ◦ green 184 ◦ blue 59

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

Shades of Old Gold #CDB83B

Tints of Old Gold #CDB83B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.07%

 BLUE value IS 59 (23.44% from 255) = 13.17%

R = 45.76%
G = 41.07%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDB83B (or 0xCDB83B) is known color: Old Gold. HEX triplet: CD, B8 and 3B. RGB value is (205,184,59). Sum of RGB (Red+Green+Blue) = 205+184+59=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB83B is #3247C4. Grayscale: #B0B0B0. Windows color (decimal): -3295173 or 3913933. OLE color: 3913933.

HSL color Cylindrical-coordinate representation of color #CDB83B: hue angle of 51.37º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDB83B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 59 -
CMYK 0 0.10 0.71 0.20
HSL 51.37º 0.59% 0.52% -
HSV(B) 51.37º 0.71% 0.8% -
XYZ 43.11 47.58 11.05 -
YUV 176.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 205 184 59 0 0.10 0.71 0.20 51.37 0.59 0.52
Hex CD B8 3B 0 A 47 14 33 3B 34
Octal 315 270 73 0 12 107 24 63 73 64
Binary 11001101 10111000 111011 0 1010 1000111 10100 110011 111011 110100

Color Harmonies of #CDB83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB83B

Black with #CDB83B

Text Example


Text Example

White with #CDB83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB83B; }

 p { color: rgb(205,184,59); }

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

background-color css

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

 a { background-color: rgb(205,184,59); }

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

border-color css

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

 span { border-color: rgb(205,184,59); }

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