Html Css Color HEX #CDB43B Old Gold

📋 copy color: '#CDB43B'

red 205 ◦ green 180 ◦ blue 59

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

Shades of Old Gold #CDB43B

Tints of Old Gold #CDB43B

RGB

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

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

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

R = 46.17%
G = 40.54%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDB43B (or 0xCDB43B) is known color: Old Gold. HEX triplet: CD, B4 and 3B. RGB value is (205,180,59). Sum of RGB (Red+Green+Blue) = 205+180+59=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB43B is #324BC4. Grayscale: #AEAEAE. Windows color (decimal): -3296197 or 3912909. OLE color: 3912909.

HSL color Cylindrical-coordinate representation of color #CDB43B: hue angle of 49.73º 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 #CDB43B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 180 59 -
CMYK 0 0.12 0.71 0.20
HSL 49.73º 0.59% 0.52% -
HSV(B) 49.73º 0.71% 0.8% -
XYZ 42.29 45.94 10.78 -
YUV 173.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 205 180 59 0 0.12 0.71 0.20 49.73 0.59 0.52
Hex CD B4 3B 0 C 47 14 32 3B 34
Octal 315 264 73 0 14 107 24 62 73 64
Binary 11001101 10110100 111011 0 1100 1000111 10100 110010 111011 110100

Color Harmonies of #CDB43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB43B

Black with #CDB43B

Text Example


Text Example

White with #CDB43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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