Html Css Color HEX #CFB244 Old Gold

📋 copy color: '#CFB244'

red 207 ◦ green 178 ◦ blue 68

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

Shades of Old Gold #CFB244

Tints of Old Gold #CFB244

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

 BLUE value IS 68 (26.95% from 255) = 15.01%

R = 45.7%
G = 39.29%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFB244 (or 0xCFB244) is known color: Old Gold. HEX triplet: CF, B2 and 44. RGB value is (207,178,68). Sum of RGB (Red+Green+Blue) = 207+178+68=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB244 is #304DBB. Grayscale: #AEAEAE. Windows color (decimal): -3165628 or 4502223. OLE color: 4502223.

HSL color Cylindrical-coordinate representation of color #CFB244: hue angle of 47.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFB244 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 68 -
CMYK 0 0.14 0.67 0.19
HSL 47.48º 0.59% 0.54% -
HSV(B) 47.48º 0.67% 0.81% -
XYZ 42.7 45.52 12.01 -
YUV 174.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 207 178 68 0 0.14 0.67 0.19 47.48 0.59 0.54
Hex CF B2 44 0 E 43 13 2F 3B 36
Octal 317 262 104 0 16 103 23 57 73 66
Binary 11001111 10110010 1000100 0 1110 1000011 10011 101111 111011 110110

Color Harmonies of #CFB244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB244

Black with #CFB244

Text Example


Text Example

White with #CFB244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB244; }

 p { color: rgb(207,178,68); }

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

background-color css

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

 a { background-color: rgb(207,178,68); }

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

border-color css

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

 span { border-color: rgb(207,178,68); }

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