Html Css Color HEX #CDB915 Bird Flower

📋 copy color: '#CDB915'

red 205 ◦ green 185 ◦ blue 21

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

Shades of Bird Flower #CDB915

Tints of Bird Flower #CDB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 21 (8.59% from 255) = 5.11%

R = 49.88%
G = 45.01%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDB915 (or 0xCDB915) is known color: Bird Flower. HEX triplet: CD, B9 and 15. RGB value is (205,185,21). Sum of RGB (Red+Green+Blue) = 205+185+21=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB915 is #3246EA. Grayscale: #ACACAC. Windows color (decimal): -3294955 or 1423821. OLE color: 1423821.

HSL color Cylindrical-coordinate representation of color #CDB915: hue angle of 53.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDB915 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 185 21 -
CMYK 0 0.10 0.90 0.20
HSL 53.48º 0.81% 0.44% -
HSV(B) 53.48º 0.9% 0.8% -
XYZ 42.66 47.73 7.67 -
YUV 172.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 205 185 21 0 0.10 0.90 0.20 53.48 0.81 0.44
Hex CD B9 15 0 A 5A 14 35 51 2C
Octal 315 271 25 0 12 132 24 65 121 54
Binary 11001101 10111001 10101 0 1010 1011010 10100 110101 1010001 101100

Color Harmonies of #CDB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB915

Black with #CDB915

Text Example


Text Example

White with #CDB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB915; }

 p { color: rgb(205,185,21); }

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

background-color css

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

 a { background-color: rgb(205,185,21); }

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

border-color css

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

 span { border-color: rgb(205,185,21); }

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