Html Css Color HEX #CF8A1B Buttercup

📋 copy color: '#CF8A1B'

red 207 ◦ green 138 ◦ blue 27

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

Shades of Buttercup #CF8A1B

Tints of Buttercup #CF8A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

 BLUE value IS 27 (10.94% from 255) = 7.26%

R = 55.65%
G = 37.1%
B = 7.26%

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

#CF8A1B (or 0xCF8A1B) is known color: Buttercup. HEX triplet: CF, 8A and 1B. RGB value is (207,138,27). Sum of RGB (Red+Green+Blue) = 207+138+27=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A1B is #3075E4. Grayscale: #929292. Windows color (decimal): -3175909 or 1805007. OLE color: 1805007.

HSL color Cylindrical-coordinate representation of color #CF8A1B: hue angle of 37º degrees, saturation: 0.77, 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 #CF8A1B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 27 -
CMYK 0 0.33 0.87 0.19
HSL 37º 0.77% 0.46% -
HSV(B) 37º 0.87% 0.81% -
XYZ 35.02 31.52 5.28 -
YUV 145.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 207 138 27 0 0.33 0.87 0.19 37 0.77 0.46
Hex CF 8A 1B 0 21 57 13 25 4D 2E
Octal 317 212 33 0 41 127 23 45 115 56
Binary 11001111 10001010 11011 0 100001 1010111 10011 100101 1001101 101110

Color Harmonies of #CF8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A1B

Black with #CF8A1B

Text Example


Text Example

White with #CF8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A1B; }

 p { color: rgb(207,138,27); }

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

background-color css

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

 a { background-color: rgb(207,138,27); }

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

border-color css

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

 span { border-color: rgb(207,138,27); }

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