Html Css Color HEX #CDB521 Bird Flower

📋 copy color: '#CDB521'

red 205 ◦ green 181 ◦ blue 33

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

Shades of Bird Flower #CDB521

Tints of Bird Flower #CDB521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 48.93%
G = 43.2%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDB521 (or 0xCDB521) is known color: Bird Flower. HEX triplet: CD, B5 and 21. RGB value is (205,181,33). Sum of RGB (Red+Green+Blue) = 205+181+33=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB521 is #324ADE. Grayscale: #ABABAB. Windows color (decimal): -3295967 or 2209229. OLE color: 2209229.

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

Color convert

RGB 205 181 33 -
CMYK 0 0.12 0.84 0.20
HSL 51.63º 0.72% 0.47% -
HSV(B) 51.63º 0.84% 0.8% -
XYZ 41.98 46.14 8.13 -
YUV 171.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 205 181 33 0 0.12 0.84 0.20 51.63 0.72 0.47
Hex CD B5 21 0 C 54 14 34 48 2F
Octal 315 265 41 0 14 124 24 64 110 57
Binary 11001101 10110101 100001 0 1100 1010100 10100 110100 1001000 101111

Color Harmonies of #CDB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB521

Black with #CDB521

Text Example


Text Example

White with #CDB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB521; }

 p { color: rgb(205,181,33); }

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

background-color css

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

 a { background-color: rgb(205,181,33); }

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

border-color css

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

 span { border-color: rgb(205,181,33); }

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