Html Css Color HEX #CF911D Buttercup

📋 copy color: '#CF911D'

red 207 ◦ green 145 ◦ blue 29

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

Shades of Buttercup #CF911D

Tints of Buttercup #CF911D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 54.33%
G = 38.06%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF911D (or 0xCF911D) is known color: Buttercup. HEX triplet: CF, 91 and 1D. RGB value is (207,145,29). Sum of RGB (Red+Green+Blue) = 207+145+29=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF911D is #306EE2. Grayscale: #969696. Windows color (decimal): -3174115 or 1937871. OLE color: 1937871.

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

Color convert

RGB 207 145 29 -
CMYK 0 0.30 0.86 0.19
HSL 39.1º 0.75% 0.46% -
HSV(B) 39.1º 0.86% 0.81% -
XYZ 36.08 33.6 5.75 -
YUV 150.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 207 145 29 0 0.30 0.86 0.19 39.1 0.75 0.46
Hex CF 91 1D 0 1E 56 13 27 4B 2E
Octal 317 221 35 0 36 126 23 47 113 56
Binary 11001111 10010001 11101 0 11110 1010110 10011 100111 1001011 101110

Color Harmonies of #CF911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF911D

Black with #CF911D

Text Example


Text Example

White with #CF911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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