Html Css Color HEX #CF9720 Buttercup

📋 copy color: '#CF9720'

red 207 ◦ green 151 ◦ blue 32

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

Shades of Buttercup #CF9720

Tints of Buttercup #CF9720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

 BLUE value IS 32 (12.89% from 255) = 8.21%

R = 53.08%
G = 38.72%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF9720 (or 0xCF9720) is known color: Buttercup. HEX triplet: CF, 97 and 20. RGB value is (207,151,32). Sum of RGB (Red+Green+Blue) = 207+151+32=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9720 is #3068DF. Grayscale: #9A9A9A. Windows color (decimal): -3172576 or 2136015. OLE color: 2136015.

HSL color Cylindrical-coordinate representation of color #CF9720: hue angle of 40.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF9720 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 151 32 -
CMYK 0 0.27 0.85 0.19
HSL 40.8º 0.73% 0.47% -
HSV(B) 40.8º 0.85% 0.81% -
XYZ 37.06 35.5 6.27 -
YUV 154.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 207 151 32 0 0.27 0.85 0.19 40.8 0.73 0.47
Hex CF 97 20 0 1B 55 13 29 49 2F
Octal 317 227 40 0 33 125 23 51 111 57
Binary 11001111 10010111 100000 0 11011 1010101 10011 101001 1001001 101111

Color Harmonies of #CF9720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9720

Black with #CF9720

Text Example


Text Example

White with #CF9720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9720; }

 p { color: rgb(207,151,32); }

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

background-color css

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

 a { background-color: rgb(207,151,32); }

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

border-color css

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

 span { border-color: rgb(207,151,32); }

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