Html Css Color HEX #CD921A Buttercup

📋 copy color: '#CD921A'

red 205 ◦ green 146 ◦ blue 26

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

Shades of Buttercup #CD921A

Tints of Buttercup #CD921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 54.38%
G = 38.73%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD921A (or 0xCD921A) is known color: Buttercup. HEX triplet: CD, 92 and 1A. RGB value is (205,146,26). Sum of RGB (Red+Green+Blue) = 205+146+26=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD921A is #326DE5. Grayscale: #969696. Windows color (decimal): -3304934 or 1741517. OLE color: 1741517.

HSL color Cylindrical-coordinate representation of color #CD921A: hue angle of 40.22º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD921A is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 146 26 -
CMYK 0 0.29 0.87 0.20
HSL 40.22º 0.77% 0.45% -
HSV(B) 40.22º 0.87% 0.8% -
XYZ 35.64 33.61 5.59 -
YUV 149.96 58.05 167.26 -
System Red Green Blue C M Y K H S L
Decimal 205 146 26 0 0.29 0.87 0.20 40.22 0.77 0.45
Hex CD 92 1A 0 1D 57 14 28 4D 2D
Octal 315 222 32 0 35 127 24 50 115 55
Binary 11001101 10010010 11010 0 11101 1010111 10100 101000 1001101 101101

Color Harmonies of #CD921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD921A

Black with #CD921A

Text Example


Text Example

White with #CD921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD921A; }

 p { color: rgb(205,146,26); }

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

background-color css

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

 a { background-color: rgb(205,146,26); }

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

border-color css

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

 span { border-color: rgb(205,146,26); }

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