Html Css Color HEX #CD901D Buttercup

📋 copy color: '#CD901D'

red 205 ◦ green 144 ◦ blue 29

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

Shades of Buttercup #CD901D

Tints of Buttercup #CD901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

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

R = 54.23%
G = 38.1%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD901D (or 0xCD901D) is known color: Buttercup. HEX triplet: CD, 90 and 1D. RGB value is (205,144,29). Sum of RGB (Red+Green+Blue) = 205+144+29=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD901D is #326FE2. Grayscale: #959595. Windows color (decimal): -3305443 or 1937613. OLE color: 1937613.

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

Color convert

RGB 205 144 29 -
CMYK 0 0.30 0.86 0.20
HSL 39.2º 0.75% 0.46% -
HSV(B) 39.2º 0.86% 0.8% -
XYZ 35.37 33.01 5.67 -
YUV 149.13 60.21 167.85 -
System Red Green Blue C M Y K H S L
Decimal 205 144 29 0 0.30 0.86 0.20 39.2 0.75 0.46
Hex CD 90 1D 0 1E 56 14 27 4B 2E
Octal 315 220 35 0 36 126 24 47 113 56
Binary 11001101 10010000 11101 0 11110 1010110 10100 100111 1001011 101110

Color Harmonies of #CD901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD901D

Black with #CD901D

Text Example


Text Example

White with #CD901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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