Html Css Color HEX #CFBE42 Old Gold

📋 copy color: '#CFBE42'

red 207 ◦ green 190 ◦ blue 66

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

Shades of Old Gold #CFBE42

Tints of Old Gold #CFBE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

 BLUE value IS 66 (26.17% from 255) = 14.25%

R = 44.71%
G = 41.04%
B = 14.25%

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

#CFBE42 (or 0xCFBE42) is known color: Old Gold. HEX triplet: CF, BE and 42. RGB value is (207,190,66). Sum of RGB (Red+Green+Blue) = 207+190+66=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE42 is #3041BD. Grayscale: #B5B5B5. Windows color (decimal): -3162558 or 4374223. OLE color: 4374223.

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

Color convert

RGB 207 190 66 -
CMYK 0 0.08 0.68 0.19
HSL 52.77º 0.59% 0.54% -
HSV(B) 52.77º 0.68% 0.81% -
XYZ 45.13 50.49 12.52 -
YUV 180.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 207 190 66 0 0.08 0.68 0.19 52.77 0.59 0.54
Hex CF BE 42 0 8 44 13 35 3B 36
Octal 317 276 102 0 10 104 23 65 73 66
Binary 11001111 10111110 1000010 0 1000 1000100 10011 110101 111011 110110

Color Harmonies of #CFBE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE42

Black with #CFBE42

Text Example


Text Example

White with #CFBE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE42; }

 p { color: rgb(207,190,66); }

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

background-color css

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

 a { background-color: rgb(207,190,66); }

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

border-color css

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

 span { border-color: rgb(207,190,66); }

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