Html Css Color HEX #CD911D Buttercup

📋 copy color: '#CD911D'

red 205 ◦ green 145 ◦ blue 29

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

Shades of Buttercup #CD911D

Tints of Buttercup #CD911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 54.09%
G = 38.26%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD911D (or 0xCD911D) is known color: Buttercup. HEX triplet: CD, 91 and 1D. RGB value is (205,145,29). Sum of RGB (Red+Green+Blue) = 205+145+29=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD911D is #326EE2. Grayscale: #969696. Windows color (decimal): -3305187 or 1937869. OLE color: 1937869.

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

Color convert

RGB 205 145 29 -
CMYK 0 0.29 0.86 0.20
HSL 39.55º 0.75% 0.46% -
HSV(B) 39.55º 0.86% 0.8% -
XYZ 35.52 33.32 5.72 -
YUV 149.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 205 145 29 0 0.29 0.86 0.20 39.55 0.75 0.46
Hex CD 91 1D 0 1D 56 14 28 4B 2E
Octal 315 221 35 0 35 126 24 50 113 56
Binary 11001101 10010001 11101 0 11101 1010110 10100 101000 1001011 101110

Color Harmonies of #CD911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD911D

Black with #CD911D

Text Example


Text Example

White with #CD911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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