Html Css Color HEX #CD9022 Buttercup

📋 copy color: '#CD9022'

red 205 ◦ green 144 ◦ blue 34

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

Shades of Buttercup #CD9022

Tints of Buttercup #CD9022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 53.52%
G = 37.6%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD9022 (or 0xCD9022) is known color: Buttercup. HEX triplet: CD, 90 and 22. RGB value is (205,144,34). Sum of RGB (Red+Green+Blue) = 205+144+34=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9022 is #326FDD. Grayscale: #969696. Windows color (decimal): -3305438 or 2265293. OLE color: 2265293.

HSL color Cylindrical-coordinate representation of color #CD9022: hue angle of 38.6º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD9022 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 144 34 -
CMYK 0 0.30 0.83 0.20
HSL 38.6º 0.72% 0.47% -
HSV(B) 38.6º 0.83% 0.8% -
XYZ 35.44 33.04 6.02 -
YUV 149.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 205 144 34 0 0.30 0.83 0.20 38.6 0.72 0.47
Hex CD 90 22 0 1E 53 14 27 48 2F
Octal 315 220 42 0 36 123 24 47 110 57
Binary 11001101 10010000 100010 0 11110 1010011 10100 100111 1001000 101111

Color Harmonies of #CD9022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9022

Black with #CD9022

Text Example


Text Example

White with #CD9022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9022; }

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

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

background-color css

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

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

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

border-color css

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

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

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