Html Css Color HEX #CFB72A Old Gold

📋 copy color: '#CFB72A'

red 207 ◦ green 183 ◦ blue 42

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

Shades of Old Gold #CFB72A

Tints of Old Gold #CFB72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.72%

R = 47.92%
G = 42.36%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFB72A (or 0xCFB72A) is known color: Old Gold. HEX triplet: CF, B7 and 2A. RGB value is (207,183,42). Sum of RGB (Red+Green+Blue) = 207+183+42=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB72A is #3048D5. Grayscale: #AEAEAE. Windows color (decimal): -3164374 or 2799567. OLE color: 2799567.

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

Color convert

RGB 207 183 42 -
CMYK 0 0.12 0.80 0.19
HSL 51.27º 0.66% 0.49% -
HSV(B) 51.27º 0.8% 0.81% -
XYZ 43.08 47.3 9.05 -
YUV 174.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 207 183 42 0 0.12 0.80 0.19 51.27 0.66 0.49
Hex CF B7 2A 0 C 50 13 33 42 31
Octal 317 267 52 0 14 120 23 63 102 61
Binary 11001111 10110111 101010 0 1100 1010000 10011 110011 1000010 110001

Color Harmonies of #CFB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB72A

Black with #CFB72A

Text Example


Text Example

White with #CFB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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