Html Css Color HEX #CD921B Buttercup

📋 copy color: '#CD921B'

red 205 ◦ green 146 ◦ blue 27

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

Shades of Buttercup #CD921B

Tints of Buttercup #CD921B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 54.23%
G = 38.62%
B = 7.14%

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

#CD921B (or 0xCD921B) is known color: Buttercup. HEX triplet: CD, 92 and 1B. RGB value is (205,146,27). Sum of RGB (Red+Green+Blue) = 205+146+27=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD921B is #326DE4. Grayscale: #969696. Windows color (decimal): -3304933 or 1807053. OLE color: 1807053.

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

Color convert

RGB 205 146 27 -
CMYK 0 0.29 0.87 0.20
HSL 40.11º 0.77% 0.45% -
HSV(B) 40.11º 0.87% 0.8% -
XYZ 35.65 33.62 5.65 -
YUV 150.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 205 146 27 0 0.29 0.87 0.20 40.11 0.77 0.45
Hex CD 92 1B 0 1D 57 14 28 4D 2D
Octal 315 222 33 0 35 127 24 50 115 55
Binary 11001101 10010010 11011 0 11101 1010111 10100 101000 1001101 101101

Color Harmonies of #CD921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD921B

Black with #CD921B

Text Example


Text Example

White with #CD921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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