Html Css Color HEX #CF9721 Buttercup

📋 copy color: '#CF9721'

red 207 ◦ green 151 ◦ blue 33

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

Shades of Buttercup #CF9721

Tints of Buttercup #CF9721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 52.94%
G = 38.62%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF9721 (or 0xCF9721) is known color: Buttercup. HEX triplet: CF, 97 and 21. RGB value is (207,151,33). Sum of RGB (Red+Green+Blue) = 207+151+33=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9721 is #3068DE. Grayscale: #9A9A9A. Windows color (decimal): -3172575 or 2201551. OLE color: 2201551.

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

Color convert

RGB 207 151 33 -
CMYK 0 0.27 0.84 0.19
HSL 40.69º 0.73% 0.47% -
HSV(B) 40.69º 0.84% 0.81% -
XYZ 37.07 35.51 6.34 -
YUV 154.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 207 151 33 0 0.27 0.84 0.19 40.69 0.73 0.47
Hex CF 97 21 0 1B 54 13 29 48 2F
Octal 317 227 41 0 33 124 23 51 110 57
Binary 11001111 10010111 100001 0 11011 1010100 10011 101001 1001000 101111

Color Harmonies of #CF9721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9721

Black with #CF9721

Text Example


Text Example

White with #CF9721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9721; }

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

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

background-color css

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

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

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

border-color css

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

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

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