Html Css Color HEX #CD911C Buttercup

📋 copy color: '#CD911C'

red 205 ◦ green 145 ◦ blue 28

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

Shades of Buttercup #CD911C

Tints of Buttercup #CD911C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 54.23%
G = 38.36%
B = 7.41%

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

#CD911C (or 0xCD911C) is known color: Buttercup. HEX triplet: CD, 91 and 1C. RGB value is (205,145,28). Sum of RGB (Red+Green+Blue) = 205+145+28=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD911C is #326EE3. Grayscale: #969696. Windows color (decimal): -3305188 or 1872333. OLE color: 1872333.

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

Color convert

RGB 205 145 28 -
CMYK 0 0.29 0.86 0.20
HSL 39.66º 0.76% 0.46% -
HSV(B) 39.66º 0.86% 0.8% -
XYZ 35.51 33.31 5.66 -
YUV 149.6 59.38 167.51 -
System Red Green Blue C M Y K H S L
Decimal 205 145 28 0 0.29 0.86 0.20 39.66 0.76 0.46
Hex CD 91 1C 0 1D 56 14 28 4C 2E
Octal 315 221 34 0 35 126 24 50 114 56
Binary 11001101 10010001 11100 0 11101 1010110 10100 101000 1001100 101110

Color Harmonies of #CD911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD911C

Black with #CD911C

Text Example


Text Example

White with #CD911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD911C; }

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

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

background-color css

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

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

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

border-color css

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

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

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