Html Css Color HEX #CFBC41 Old Gold

📋 copy color: '#CFBC41'

red 207 ◦ green 188 ◦ blue 65

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

Shades of Old Gold #CFBC41

Tints of Old Gold #CFBC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

 BLUE value IS 65 (25.78% from 255) = 14.13%

R = 45%
G = 40.87%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFBC41 (or 0xCFBC41) is known color: Old Gold. HEX triplet: CF, BC and 41. RGB value is (207,188,65). Sum of RGB (Red+Green+Blue) = 207+188+65=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC41 is #3043BE. Grayscale: #B4B4B4. Windows color (decimal): -3163071 or 4308175. OLE color: 4308175.

HSL color Cylindrical-coordinate representation of color #CFBC41: hue angle of 51.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFBC41 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 65 -
CMYK 0 0.09 0.69 0.19
HSL 51.97º 0.6% 0.53% -
HSV(B) 51.97º 0.69% 0.81% -
XYZ 44.67 49.61 12.22 -
YUV 179.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 207 188 65 0 0.09 0.69 0.19 51.97 0.6 0.53
Hex CF BC 41 0 9 45 13 34 3C 35
Octal 317 274 101 0 11 105 23 64 74 65
Binary 11001111 10111100 1000001 0 1001 1000101 10011 110100 111100 110101

Color Harmonies of #CFBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC41

Black with #CFBC41

Text Example


Text Example

White with #CFBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC41; }

 p { color: rgb(207,188,65); }

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

background-color css

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

 a { background-color: rgb(207,188,65); }

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

border-color css

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

 span { border-color: rgb(207,188,65); }

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