Html Css Color HEX #CF8C21 Buttercup

📋 copy color: '#CF8C21'

red 207 ◦ green 140 ◦ blue 33

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

Shades of Buttercup #CF8C21

Tints of Buttercup #CF8C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

 BLUE value IS 33 (13.28% from 255) = 8.68%

R = 54.47%
G = 36.84%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF8C21 (or 0xCF8C21) is known color: Buttercup. HEX triplet: CF, 8C and 21. RGB value is (207,140,33). Sum of RGB (Red+Green+Blue) = 207+140+33=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C21 is #3073DE. Grayscale: #949494. Windows color (decimal): -3175391 or 2198735. OLE color: 2198735.

HSL color Cylindrical-coordinate representation of color #CF8C21: hue angle of 36.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF8C21 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 140 33 -
CMYK 0 0.32 0.84 0.19
HSL 36.9º 0.73% 0.47% -
HSV(B) 36.9º 0.84% 0.81% -
XYZ 35.38 32.13 5.78 -
YUV 147.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 207 140 33 0 0.32 0.84 0.19 36.9 0.73 0.47
Hex CF 8C 21 0 20 54 13 25 48 2F
Octal 317 214 41 0 40 124 23 45 110 57
Binary 11001111 10001100 100001 0 100000 1010100 10011 100101 1001000 101111

Color Harmonies of #CF8C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C21

Black with #CF8C21

Text Example


Text Example

White with #CF8C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C21; }

 p { color: rgb(207,140,33); }

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

background-color css

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

 a { background-color: rgb(207,140,33); }

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

border-color css

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

 span { border-color: rgb(207,140,33); }

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