Html Css Color HEX #CF8B1A Buttercup

📋 copy color: '#CF8B1A'

red 207 ◦ green 139 ◦ blue 26

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

Shades of Buttercup #CF8B1A

Tints of Buttercup #CF8B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 55.65%
G = 37.37%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF8B1A (or 0xCF8B1A) is known color: Buttercup. HEX triplet: CF, 8B and 1A. RGB value is (207,139,26). Sum of RGB (Red+Green+Blue) = 207+139+26=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B1A is #3074E5. Grayscale: #929292. Windows color (decimal): -3175654 or 1739727. OLE color: 1739727.

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

Color convert

RGB 207 139 26 -
CMYK 0 0.33 0.87 0.19
HSL 37.46º 0.78% 0.46% -
HSV(B) 37.46º 0.87% 0.81% -
XYZ 35.15 31.81 5.26 -
YUV 146.45 60.03 171.19 -
System Red Green Blue C M Y K H S L
Decimal 207 139 26 0 0.33 0.87 0.19 37.46 0.78 0.46
Hex CF 8B 1A 0 21 57 13 25 4E 2E
Octal 317 213 32 0 41 127 23 45 116 56
Binary 11001111 10001011 11010 0 100001 1010111 10011 100101 1001110 101110

Color Harmonies of #CF8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B1A

Black with #CF8B1A

Text Example


Text Example

White with #CF8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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