Html Css Color HEX #CF8D19 Buttercup

📋 copy color: '#CF8D19'

red 207 ◦ green 141 ◦ blue 25

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

Shades of Buttercup #CF8D19

Tints of Buttercup #CF8D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 55.5%
G = 37.8%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF8D19 (or 0xCF8D19) is known color: Buttercup. HEX triplet: CF, 8D and 19. RGB value is (207,141,25). Sum of RGB (Red+Green+Blue) = 207+141+25=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8D19 is #3072E6. Grayscale: #949494. Windows color (decimal): -3175143 or 1674703. OLE color: 1674703.

HSL color Cylindrical-coordinate representation of color #CF8D19: hue angle of 38.24º degrees, saturation: 0.78, 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 #CF8D19 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 141 25 -
CMYK 0 0.32 0.88 0.19
HSL 38.24º 0.78% 0.45% -
HSV(B) 38.24º 0.88% 0.81% -
XYZ 35.43 32.39 5.3 -
YUV 147.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 207 141 25 0 0.32 0.88 0.19 38.24 0.78 0.45
Hex CF 8D 19 0 20 58 13 26 4E 2D
Octal 317 215 31 0 40 130 23 46 116 55
Binary 11001111 10001101 11001 0 100000 1011000 10011 100110 1001110 101101

Color Harmonies of #CF8D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D19

Black with #CF8D19

Text Example


Text Example

White with #CF8D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D19; }

 p { color: rgb(207,141,25); }

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

background-color css

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

 a { background-color: rgb(207,141,25); }

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

border-color css

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

 span { border-color: rgb(207,141,25); }

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