Html Css Color HEX #CD971D Buttercup

📋 copy color: '#CD971D'

red 205 ◦ green 151 ◦ blue 29

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

Shades of Buttercup #CD971D

Tints of Buttercup #CD971D

RGB

 RED value IS 205 (80.47% from 255) = 53.25%

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

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

R = 53.25%
G = 39.22%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD971D (or 0xCD971D) is known color: Buttercup. HEX triplet: CD, 97 and 1D. RGB value is (205,151,29). Sum of RGB (Red+Green+Blue) = 205+151+29=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD971D is #3268E2. Grayscale: #999999. Windows color (decimal): -3303651 or 1939405. OLE color: 1939405.

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

Color convert

RGB 205 151 29 -
CMYK 0 0.26 0.86 0.20
HSL 41.59º 0.75% 0.46% -
HSV(B) 41.59º 0.86% 0.8% -
XYZ 36.47 35.2 6.03 -
YUV 153.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 205 151 29 0 0.26 0.86 0.20 41.59 0.75 0.46
Hex CD 97 1D 0 1A 56 14 2A 4B 2E
Octal 315 227 35 0 32 126 24 52 113 56
Binary 11001101 10010111 11101 0 11010 1010110 10100 101010 1001011 101110

Color Harmonies of #CD971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD971D

Black with #CD971D

Text Example


Text Example

White with #CD971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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