Html Css Color HEX #CD961D Buttercup

📋 copy color: '#CD961D'

red 205 ◦ green 150 ◦ blue 29

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

Shades of Buttercup #CD961D

Tints of Buttercup #CD961D

RGB

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

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

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

R = 53.39%
G = 39.06%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD961D (or 0xCD961D) is known color: Buttercup. HEX triplet: CD, 96 and 1D. RGB value is (205,150,29). Sum of RGB (Red+Green+Blue) = 205+150+29=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD961D is #3269E2. Grayscale: #999999. Windows color (decimal): -3303907 or 1939149. OLE color: 1939149.

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

Color convert

RGB 205 150 29 -
CMYK 0 0.27 0.86 0.20
HSL 41.25º 0.75% 0.46% -
HSV(B) 41.25º 0.86% 0.8% -
XYZ 36.3 34.88 5.98 -
YUV 152.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 205 150 29 0 0.27 0.86 0.20 41.25 0.75 0.46
Hex CD 96 1D 0 1B 56 14 29 4B 2E
Octal 315 226 35 0 33 126 24 51 113 56
Binary 11001101 10010110 11101 0 11011 1010110 10100 101001 1001011 101110

Color Harmonies of #CD961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD961D

Black with #CD961D

Text Example


Text Example

White with #CD961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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