Html Css Color HEX #CDB63F Old Gold

📋 copy color: '#CDB63F'

red 205 ◦ green 182 ◦ blue 63

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

Shades of Old Gold #CDB63F

Tints of Old Gold #CDB63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14%

R = 45.56%
G = 40.44%
B = 14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDB63F (or 0xCDB63F) is known color: Old Gold. HEX triplet: CD, B6 and 3F. RGB value is (205,182,63). Sum of RGB (Red+Green+Blue) = 205+182+63=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB63F is #3249C0. Grayscale: #AFAFAF. Windows color (decimal): -3295681 or 4175565. OLE color: 4175565.

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

Color convert

RGB 205 182 63 -
CMYK 0 0.11 0.69 0.20
HSL 50.28º 0.59% 0.53% -
HSV(B) 50.28º 0.69% 0.8% -
XYZ 42.8 46.79 11.48 -
YUV 175.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 205 182 63 0 0.11 0.69 0.20 50.28 0.59 0.53
Hex CD B6 3F 0 B 45 14 32 3B 35
Octal 315 266 77 0 13 105 24 62 73 65
Binary 11001101 10110110 111111 0 1011 1000101 10100 110010 111011 110101

Color Harmonies of #CDB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB63F

Black with #CDB63F

Text Example


Text Example

White with #CDB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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