Html Css Color HEX #CDB520 Bird Flower

📋 copy color: '#CDB520'

red 205 ◦ green 181 ◦ blue 32

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

Shades of Bird Flower #CDB520

Tints of Bird Flower #CDB520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.66%

R = 49.04%
G = 43.3%
B = 7.66%

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

#CDB520 (or 0xCDB520) is known color: Bird Flower. HEX triplet: CD, B5 and 20. RGB value is (205,181,32). Sum of RGB (Red+Green+Blue) = 205+181+32=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB520 is #324ADF. Grayscale: #ABABAB. Windows color (decimal): -3295968 or 2143693. OLE color: 2143693.

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

Color convert

RGB 205 181 32 -
CMYK 0 0.12 0.84 0.20
HSL 51.68º 0.73% 0.46% -
HSV(B) 51.68º 0.84% 0.8% -
XYZ 41.96 46.13 8.06 -
YUV 171.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 205 181 32 0 0.12 0.84 0.20 51.68 0.73 0.46
Hex CD B5 20 0 C 54 14 34 49 2E
Octal 315 265 40 0 14 124 24 64 111 56
Binary 11001101 10110101 100000 0 1100 1010100 10100 110100 1001001 101110

Color Harmonies of #CDB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB520

Black with #CDB520

Text Example


Text Example

White with #CDB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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