Html Css Color HEX #CDB615 Bird Flower

📋 copy color: '#CDB615'

red 205 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #CDB615

Tints of Bird Flower #CDB615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

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

R = 50.25%
G = 44.61%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDB615 (or 0xCDB615) is known color: Bird Flower. HEX triplet: CD, B6 and 15. RGB value is (205,182,21). Sum of RGB (Red+Green+Blue) = 205+182+21=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB615 is #3249EA. Grayscale: #ABABAB. Windows color (decimal): -3295723 or 1423053. OLE color: 1423053.

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

Color convert

RGB 205 182 21 -
CMYK 0 0.11 0.90 0.20
HSL 52.5º 0.81% 0.44% -
HSV(B) 52.5º 0.9% 0.8% -
XYZ 42.04 46.49 7.47 -
YUV 170.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 205 182 21 0 0.11 0.90 0.20 52.5 0.81 0.44
Hex CD B6 15 0 B 5A 14 34 51 2C
Octal 315 266 25 0 13 132 24 64 121 54
Binary 11001101 10110110 10101 0 1011 1011010 10100 110100 1010001 101100

Color Harmonies of #CDB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB615

Black with #CDB615

Text Example


Text Example

White with #CDB615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB615; }

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

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

background-color css

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

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

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

border-color css

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

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

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