Html Css Color HEX #CDD305 Bird Flower

📋 copy color: '#CDD305'

red 205 ◦ green 211 ◦ blue 5

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

Shades of Bird Flower #CDD305

Tints of Bird Flower #CDD305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.12%

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 48.69%
G = 50.12%
B = 1.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#CDD305 (or 0xCDD305) is known color: Bird Flower. HEX triplet: CD, D3 and 05. RGB value is (205,211,5). Sum of RGB (Red+Green+Blue) = 205+211+5=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD305 is #322CFA. Grayscale: #BABABA. Windows color (decimal): -3288315 or 381901. OLE color: 381901.

HSL color Cylindrical-coordinate representation of color #CDD305: hue angle of 61.75º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDD305 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 5 -
CMYK 0.03 0 0.98 0.17
HSL 61.75º 0.95% 0.42% -
HSV(B) 61.75º 0.98% 0.83% -
XYZ 48.5 59.58 9.09 -
YUV 185.72 26.01 141.75 -
System Red Green Blue C M Y K H S L
Decimal 205 211 5 0.03 0 0.98 0.17 61.75 0.95 0.42
Hex CD D3 5 3 0 62 11 3E 5F 2A
Octal 315 323 5 3 0 142 21 76 137 52
Binary 11001101 11010011 101 11 0 1100010 10001 111110 1011111 101010

Color Harmonies of #CDD305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD305

Black with #CDD305

Text Example


Text Example

White with #CDD305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD305; }

 p { color: rgb(205,211,5); }

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

background-color css

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

 a { background-color: rgb(205,211,5); }

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

border-color css

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

 span { border-color: rgb(205,211,5); }

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