Html Css Color HEX #CF9421 Buttercup

📋 copy color: '#CF9421'

red 207 ◦ green 148 ◦ blue 33

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

Shades of Buttercup #CF9421

Tints of Buttercup #CF9421

RGB

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

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

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

R = 53.35%
G = 38.14%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF9421 (or 0xCF9421) is known color: Buttercup. HEX triplet: CF, 94 and 21. RGB value is (207,148,33). Sum of RGB (Red+Green+Blue) = 207+148+33=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9421 is #306BDE. Grayscale: #999999. Windows color (decimal): -3173343 or 2200783. OLE color: 2200783.

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

Color convert

RGB 207 148 33 -
CMYK 0 0.29 0.84 0.19
HSL 39.66º 0.73% 0.47% -
HSV(B) 39.66º 0.84% 0.81% -
XYZ 36.6 34.56 6.18 -
YUV 152.53 60.55 166.85 -
System Red Green Blue C M Y K H S L
Decimal 207 148 33 0 0.29 0.84 0.19 39.66 0.73 0.47
Hex CF 94 21 0 1D 54 13 28 48 2F
Octal 317 224 41 0 35 124 23 50 110 57
Binary 11001111 10010100 100001 0 11101 1010100 10011 101000 1001000 101111

Color Harmonies of #CF9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9421

Black with #CF9421

Text Example


Text Example

White with #CF9421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9421; }

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

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

background-color css

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

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

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

border-color css

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

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

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