Html Css Color HEX #CDB314 Bird Flower

📋 copy color: '#CDB314'

red 205 ◦ green 179 ◦ blue 20

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

Shades of Bird Flower #CDB314

Tints of Bird Flower #CDB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.31%

 BLUE value IS 20 (8.2% from 255) = 4.95%

R = 50.74%
G = 44.31%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDB314 (or 0xCDB314) is known color: Bird Flower. HEX triplet: CD, B3 and 14. RGB value is (205,179,20). Sum of RGB (Red+Green+Blue) = 205+179+20=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB314 is #324CEB. Grayscale: #A9A9A9. Windows color (decimal): -3296492 or 1356749. OLE color: 1356749.

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

Color convert

RGB 205 179 20 -
CMYK 0 0.13 0.90 0.20
HSL 51.57º 0.82% 0.44% -
HSV(B) 51.57º 0.9% 0.8% -
XYZ 41.42 45.27 7.22 -
YUV 168.65 44.11 153.93 -
System Red Green Blue C M Y K H S L
Decimal 205 179 20 0 0.13 0.90 0.20 51.57 0.82 0.44
Hex CD B3 14 0 D 5A 14 34 52 2C
Octal 315 263 24 0 15 132 24 64 122 54
Binary 11001101 10110011 10100 0 1101 1011010 10100 110100 1010010 101100

Color Harmonies of #CDB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB314

Black with #CDB314

Text Example


Text Example

White with #CDB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB314; }

 p { color: rgb(205,179,20); }

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

background-color css

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

 a { background-color: rgb(205,179,20); }

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

border-color css

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

 span { border-color: rgb(205,179,20); }

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