Html Css Color HEX #CFBB43 Old Gold

📋 copy color: '#CFBB43'

red 207 ◦ green 187 ◦ blue 67

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

Shades of Old Gold #CFBB43

Tints of Old Gold #CFBB43

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

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

R = 44.9%
G = 40.56%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFBB43 (or 0xCFBB43) is known color: Old Gold. HEX triplet: CF, BB and 43. RGB value is (207,187,67). Sum of RGB (Red+Green+Blue) = 207+187+67=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB43 is #3044BC. Grayscale: #B3B3B3. Windows color (decimal): -3163325 or 4438991. OLE color: 4438991.

HSL color Cylindrical-coordinate representation of color #CFBB43: hue angle of 51.43º 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 #CFBB43 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 67 -
CMYK 0 0.10 0.68 0.19
HSL 51.43º 0.59% 0.54% -
HSV(B) 51.43º 0.68% 0.81% -
XYZ 44.52 49.21 12.46 -
YUV 179.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 207 187 67 0 0.10 0.68 0.19 51.43 0.59 0.54
Hex CF BB 43 0 A 44 13 33 3B 36
Octal 317 273 103 0 12 104 23 63 73 66
Binary 11001111 10111011 1000011 0 1010 1000100 10011 110011 111011 110110

Color Harmonies of #CFBB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB43

Black with #CFBB43

Text Example


Text Example

White with #CFBB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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