Html Css Color HEX #CF961D Buttercup

📋 copy color: '#CF961D'

red 207 ◦ green 150 ◦ blue 29

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

Shades of Buttercup #CF961D

Tints of Buttercup #CF961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

 BLUE value IS 29 (11.72% from 255) = 7.51%

R = 53.63%
G = 38.86%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF961D (or 0xCF961D) is known color: Buttercup. HEX triplet: CF, 96 and 1D. RGB value is (207,150,29). Sum of RGB (Red+Green+Blue) = 207+150+29=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF961D is #3069E2. Grayscale: #999999. Windows color (decimal): -3172835 or 1939151. OLE color: 1939151.

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

Color convert

RGB 207 150 29 -
CMYK 0 0.28 0.86 0.19
HSL 40.79º 0.75% 0.46% -
HSV(B) 40.79º 0.86% 0.81% -
XYZ 36.86 35.17 6.01 -
YUV 153.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 207 150 29 0 0.28 0.86 0.19 40.79 0.75 0.46
Hex CF 96 1D 0 1C 56 13 29 4B 2E
Octal 317 226 35 0 34 126 23 51 113 56
Binary 11001111 10010110 11101 0 11100 1010110 10011 101001 1001011 101110

Color Harmonies of #CF961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF961D

Black with #CF961D

Text Example


Text Example

White with #CF961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF961D; }

 p { color: rgb(207,150,29); }

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

background-color css

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

 a { background-color: rgb(207,150,29); }

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

border-color css

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

 span { border-color: rgb(207,150,29); }

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