Html Css Color HEX #CF9022 Buttercup

📋 copy color: '#CF9022'

red 207 ◦ green 144 ◦ blue 34

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

Shades of Buttercup #CF9022

Tints of Buttercup #CF9022

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 34 (13.67% from 255) = 8.83%

R = 53.77%
G = 37.4%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF9022 (or 0xCF9022) is known color: Buttercup. HEX triplet: CF, 90 and 22. RGB value is (207,144,34). Sum of RGB (Red+Green+Blue) = 207+144+34=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9022 is #306FDD. Grayscale: #969696. Windows color (decimal): -3174366 or 2265295. OLE color: 2265295.

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

Color convert

RGB 207 144 34 -
CMYK 0 0.30 0.84 0.19
HSL 38.15º 0.72% 0.47% -
HSV(B) 38.15º 0.84% 0.81% -
XYZ 35.99 33.33 6.05 -
YUV 150.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 207 144 34 0 0.30 0.84 0.19 38.15 0.72 0.47
Hex CF 90 22 0 1E 54 13 26 48 2F
Octal 317 220 42 0 36 124 23 46 110 57
Binary 11001111 10010000 100010 0 11110 1010100 10011 100110 1001000 101111

Color Harmonies of #CF9022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9022

Black with #CF9022

Text Example


Text Example

White with #CF9022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9022; }

 p { color: rgb(207,144,34); }

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

background-color css

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

 a { background-color: rgb(207,144,34); }

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

border-color css

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

 span { border-color: rgb(207,144,34); }

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