Html Css Color HEX #CF971D Buttercup

📋 copy color: '#CF971D'

red 207 ◦ green 151 ◦ blue 29

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

Shades of Buttercup #CF971D

Tints of Buttercup #CF971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.02%

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

R = 53.49%
G = 39.02%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF971D (or 0xCF971D) is known color: Buttercup. HEX triplet: CF, 97 and 1D. RGB value is (207,151,29). Sum of RGB (Red+Green+Blue) = 207+151+29=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF971D is #3068E2. Grayscale: #9A9A9A. Windows color (decimal): -3172579 or 1939407. OLE color: 1939407.

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

Color convert

RGB 207 151 29 -
CMYK 0 0.27 0.86 0.19
HSL 41.12º 0.75% 0.46% -
HSV(B) 41.12º 0.86% 0.81% -
XYZ 37.02 35.49 6.06 -
YUV 153.84 57.55 165.92 -
System Red Green Blue C M Y K H S L
Decimal 207 151 29 0 0.27 0.86 0.19 41.12 0.75 0.46
Hex CF 97 1D 0 1B 56 13 29 4B 2E
Octal 317 227 35 0 33 126 23 51 113 56
Binary 11001111 10010111 11101 0 11011 1010110 10011 101001 1001011 101110

Color Harmonies of #CF971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF971D

Black with #CF971D

Text Example


Text Example

White with #CF971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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