Html Css Color HEX #CF9621 Buttercup

📋 copy color: '#CF9621'

red 207 ◦ green 150 ◦ blue 33

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

Shades of Buttercup #CF9621

Tints of Buttercup #CF9621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

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

R = 53.08%
G = 38.46%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF9621 (or 0xCF9621) is known color: Buttercup. HEX triplet: CF, 96 and 21. RGB value is (207,150,33). Sum of RGB (Red+Green+Blue) = 207+150+33=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9621 is #3069DE. Grayscale: #9A9A9A. Windows color (decimal): -3172831 or 2201295. OLE color: 2201295.

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

Color convert

RGB 207 150 33 -
CMYK 0 0.28 0.84 0.19
HSL 40.34º 0.73% 0.47% -
HSV(B) 40.34º 0.84% 0.81% -
XYZ 36.91 35.19 6.29 -
YUV 153.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 207 150 33 0 0.28 0.84 0.19 40.34 0.73 0.47
Hex CF 96 21 0 1C 54 13 28 48 2F
Octal 317 226 41 0 34 124 23 50 110 57
Binary 11001111 10010110 100001 0 11100 1010100 10011 101000 1001000 101111

Color Harmonies of #CF9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9621

Black with #CF9621

Text Example


Text Example

White with #CF9621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9621; }

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

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

background-color css

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

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

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

border-color css

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

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

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