Html Css Color HEX #CFB72B Old Gold

📋 copy color: '#CFB72B'

red 207 ◦ green 183 ◦ blue 43

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

Shades of Old Gold #CFB72B

Tints of Old Gold #CFB72B

RGB

 RED value IS 207 (81.25% from 255) = 47.81%

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

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

R = 47.81%
G = 42.26%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CFB72B (or 0xCFB72B) is known color: Old Gold. HEX triplet: CF, B7 and 2B. RGB value is (207,183,43). Sum of RGB (Red+Green+Blue) = 207+183+43=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB72B is #3048D4. Grayscale: #AEAEAE. Windows color (decimal): -3164373 or 2865103. OLE color: 2865103.

HSL color Cylindrical-coordinate representation of color #CFB72B: hue angle of 51.22º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFB72B is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 183 43 -
CMYK 0 0.12 0.79 0.19
HSL 51.22º 0.66% 0.49% -
HSV(B) 51.22º 0.79% 0.81% -
XYZ 43.1 47.31 9.14 -
YUV 174.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 207 183 43 0 0.12 0.79 0.19 51.22 0.66 0.49
Hex CF B7 2B 0 C 4F 13 33 42 31
Octal 317 267 53 0 14 117 23 63 102 61
Binary 11001111 10110111 101011 0 1100 1001111 10011 110011 1000010 110001

Color Harmonies of #CFB72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB72B

Black with #CFB72B

Text Example


Text Example

White with #CFB72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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