Html Css Color HEX #CF9329 Buttercup

📋 copy color: '#CF9329'

red 207 ◦ green 147 ◦ blue 41

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

Shades of Buttercup #CF9329

Tints of Buttercup #CF9329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.22%

 BLUE value IS 41 (16.41% from 255) = 10.38%

R = 52.41%
G = 37.22%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF9329 (or 0xCF9329) is known color: Buttercup. HEX triplet: CF, 93 and 29. RGB value is (207,147,41). Sum of RGB (Red+Green+Blue) = 207+147+41=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9329 is #306CD6. Grayscale: #999999. Windows color (decimal): -3173591 or 2724815. OLE color: 2724815.

HSL color Cylindrical-coordinate representation of color #CF9329: hue angle of 38.31º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF9329 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 41 -
CMYK 0 0.29 0.80 0.19
HSL 38.31º 0.67% 0.49% -
HSV(B) 38.31º 0.8% 0.81% -
XYZ 36.57 34.29 6.79 -
YUV 152.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 207 147 41 0 0.29 0.80 0.19 38.31 0.67 0.49
Hex CF 93 29 0 1D 50 13 26 43 31
Octal 317 223 51 0 35 120 23 46 103 61
Binary 11001111 10010011 101001 0 11101 1010000 10011 100110 1000011 110001

Color Harmonies of #CF9329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9329

Black with #CF9329

Text Example


Text Example

White with #CF9329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9329; }

 p { color: rgb(207,147,41); }

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

background-color css

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

 a { background-color: rgb(207,147,41); }

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

border-color css

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

 span { border-color: rgb(207,147,41); }

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