Html Css Color HEX #CFBF43 Old Gold

📋 copy color: '#CFBF43'

red 207 ◦ green 191 ◦ blue 67

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

Shades of Old Gold #CFBF43

Tints of Old Gold #CFBF43

RGB

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

 GREEN value IS 191 (75% from 255) = 41.08%

 BLUE value IS 67 (26.56% from 255) = 14.41%

R = 44.52%
G = 41.08%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFBF43 (or 0xCFBF43) is known color: Old Gold. HEX triplet: CF, BF and 43. RGB value is (207,191,67). Sum of RGB (Red+Green+Blue) = 207+191+67=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF43 is #3040BC. Grayscale: #B6B6B6. Windows color (decimal): -3162301 or 4440015. OLE color: 4440015.

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

Color convert

RGB 207 191 67 -
CMYK 0 0.08 0.68 0.19
HSL 53.14º 0.59% 0.54% -
HSV(B) 53.14º 0.68% 0.81% -
XYZ 45.38 50.93 12.75 -
YUV 181.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 207 191 67 0 0.08 0.68 0.19 53.14 0.59 0.54
Hex CF BF 43 0 8 44 13 35 3B 36
Octal 317 277 103 0 10 104 23 65 73 66
Binary 11001111 10111111 1000011 0 1000 1000100 10011 110101 111011 110110

Color Harmonies of #CFBF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF43

Black with #CFBF43

Text Example


Text Example

White with #CFBF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF43; }

 p { color: rgb(207,191,67); }

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

background-color css

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

 a { background-color: rgb(207,191,67); }

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

border-color css

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

 span { border-color: rgb(207,191,67); }

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