Html Css Color HEX #CF8A21 Buttercup

📋 copy color: '#CF8A21'

red 207 ◦ green 138 ◦ blue 33

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

Shades of Buttercup #CF8A21

Tints of Buttercup #CF8A21

RGB

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

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

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

R = 54.76%
G = 36.51%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF8A21 (or 0xCF8A21) is known color: Buttercup. HEX triplet: CF, 8A and 21. RGB value is (207,138,33). Sum of RGB (Red+Green+Blue) = 207+138+33=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A21 is #3075DE. Grayscale: #939393. Windows color (decimal): -3175903 or 2198223. OLE color: 2198223.

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

Color convert

RGB 207 138 33 -
CMYK 0 0.33 0.84 0.19
HSL 36.21º 0.73% 0.47% -
HSV(B) 36.21º 0.84% 0.81% -
XYZ 35.1 31.55 5.68 -
YUV 146.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 207 138 33 0 0.33 0.84 0.19 36.21 0.73 0.47
Hex CF 8A 21 0 21 54 13 24 48 2F
Octal 317 212 41 0 41 124 23 44 110 57
Binary 11001111 10001010 100001 0 100001 1010100 10011 100100 1001000 101111

Color Harmonies of #CF8A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A21

Black with #CF8A21

Text Example


Text Example

White with #CF8A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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