Html Css Color HEX #CF9420 Buttercup

📋 copy color: '#CF9420'

red 207 ◦ green 148 ◦ blue 32

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

Shades of Buttercup #CF9420

Tints of Buttercup #CF9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

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

R = 53.49%
G = 38.24%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF9420 (or 0xCF9420) is known color: Buttercup. HEX triplet: CF, 94 and 20. RGB value is (207,148,32). Sum of RGB (Red+Green+Blue) = 207+148+32=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9420 is #306BDF. Grayscale: #989898. Windows color (decimal): -3173344 or 2135247. OLE color: 2135247.

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

Color convert

RGB 207 148 32 -
CMYK 0 0.29 0.85 0.19
HSL 39.77º 0.73% 0.47% -
HSV(B) 39.77º 0.85% 0.81% -
XYZ 36.58 34.55 6.11 -
YUV 152.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 207 148 32 0 0.29 0.85 0.19 39.77 0.73 0.47
Hex CF 94 20 0 1D 55 13 28 49 2F
Octal 317 224 40 0 35 125 23 50 111 57
Binary 11001111 10010100 100000 0 11101 1010101 10011 101000 1001001 101111

Color Harmonies of #CF9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9420

Black with #CF9420

Text Example


Text Example

White with #CF9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9420; }

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

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

background-color css

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

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

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

border-color css

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

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

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