Html Css Color HEX #CDB72B Old Gold

📋 copy color: '#CDB72B'

red 205 ◦ green 183 ◦ blue 43

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

Shades of Old Gold #CDB72B

Tints of Old Gold #CDB72B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 43 (17.19% from 255) = 9.98%

R = 47.56%
G = 42.46%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CDB72B (or 0xCDB72B) is known color: Old Gold. HEX triplet: CD, B7 and 2B. RGB value is (205,183,43). Sum of RGB (Red+Green+Blue) = 205+183+43=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB72B is #3248D4. Grayscale: #AEAEAE. Windows color (decimal): -3295445 or 2865101. OLE color: 2865101.

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

Color convert

RGB 205 183 43 -
CMYK 0 0.11 0.79 0.20
HSL 51.85º 0.65% 0.49% -
HSV(B) 51.85º 0.79% 0.8% -
XYZ 42.55 47.02 9.12 -
YUV 173.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 205 183 43 0 0.11 0.79 0.20 51.85 0.65 0.49
Hex CD B7 2B 0 B 4F 14 34 41 31
Octal 315 267 53 0 13 117 24 64 101 61
Binary 11001101 10110111 101011 0 1011 1001111 10100 110100 1000001 110001

Color Harmonies of #CDB72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB72B

Black with #CDB72B

Text Example


Text Example

White with #CDB72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB72B; }

 p { color: rgb(205,183,43); }

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

background-color css

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

 a { background-color: rgb(205,183,43); }

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

border-color css

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

 span { border-color: rgb(205,183,43); }

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