Html Css Color HEX #CF8B14 Buttercup

📋 copy color: '#CF8B14'

red 207 ◦ green 139 ◦ blue 20

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

Shades of Buttercup #CF8B14

Tints of Buttercup #CF8B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 56.56%
G = 37.98%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8B14 (or 0xCF8B14) is known color: Buttercup. HEX triplet: CF, 8B and 14. RGB value is (207,139,20). Sum of RGB (Red+Green+Blue) = 207+139+20=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B14 is #3074EB. Grayscale: #929292. Windows color (decimal): -3175660 or 1346511. OLE color: 1346511.

HSL color Cylindrical-coordinate representation of color #CF8B14: hue angle of 38.18º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF8B14 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 139 20 -
CMYK 0 0.33 0.90 0.19
HSL 38.18º 0.82% 0.45% -
HSV(B) 38.18º 0.9% 0.81% -
XYZ 35.09 31.78 4.95 -
YUV 145.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 207 139 20 0 0.33 0.90 0.19 38.18 0.82 0.45
Hex CF 8B 14 0 21 5A 13 26 52 2D
Octal 317 213 24 0 41 132 23 46 122 55
Binary 11001111 10001011 10100 0 100001 1011010 10011 100110 1010010 101101

Color Harmonies of #CF8B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B14

Black with #CF8B14

Text Example


Text Example

White with #CF8B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B14; }

 p { color: rgb(207,139,20); }

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

background-color css

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

 a { background-color: rgb(207,139,20); }

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

border-color css

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

 span { border-color: rgb(207,139,20); }

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