Html Css Color HEX #CF9118 Buttercup

📋 copy color: '#CF9118'

red 207 ◦ green 145 ◦ blue 24

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

Shades of Buttercup #CF9118

Tints of Buttercup #CF9118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 55.05%
G = 38.56%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF9118 (or 0xCF9118) is known color: Buttercup. HEX triplet: CF, 91 and 18. RGB value is (207,145,24). Sum of RGB (Red+Green+Blue) = 207+145+24=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9118 is #306EE7. Grayscale: #969696. Windows color (decimal): -3174120 or 1610191. OLE color: 1610191.

HSL color Cylindrical-coordinate representation of color #CF9118: hue angle of 39.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF9118 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 24 -
CMYK 0 0.30 0.88 0.19
HSL 39.67º 0.79% 0.45% -
HSV(B) 39.67º 0.88% 0.81% -
XYZ 36.02 33.58 5.45 -
YUV 149.74 57.04 168.84 -
System Red Green Blue C M Y K H S L
Decimal 207 145 24 0 0.30 0.88 0.19 39.67 0.79 0.45
Hex CF 91 18 0 1E 58 13 28 4F 2D
Octal 317 221 30 0 36 130 23 50 117 55
Binary 11001111 10010001 11000 0 11110 1011000 10011 101000 1001111 101101

Color Harmonies of #CF9118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9118

Black with #CF9118

Text Example


Text Example

White with #CF9118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9118; }

 p { color: rgb(207,145,24); }

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

background-color css

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

 a { background-color: rgb(207,145,24); }

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

border-color css

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

 span { border-color: rgb(207,145,24); }

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