Html Css Color HEX #CDD30D Bird Flower

📋 copy color: '#CDD30D'

red 205 ◦ green 211 ◦ blue 13

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

Shades of Bird Flower #CDD30D

Tints of Bird Flower #CDD30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.03%

R = 47.79%
G = 49.18%
B = 3.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#CDD30D (or 0xCDD30D) is known color: Bird Flower. HEX triplet: CD, D3 and 0D. RGB value is (205,211,13). Sum of RGB (Red+Green+Blue) = 205+211+13=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD30D is #322CF2. Grayscale: #BBBBBB. Windows color (decimal): -3288307 or 906189. OLE color: 906189.

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

Color convert

RGB 205 211 13 -
CMYK 0.03 0 0.94 0.17
HSL 61.82º 0.88% 0.44% -
HSV(B) 61.82º 0.94% 0.83% -
XYZ 48.54 59.6 9.33 -
YUV 186.63 30.01 141.1 -
System Red Green Blue C M Y K H S L
Decimal 205 211 13 0.03 0 0.94 0.17 61.82 0.88 0.44
Hex CD D3 D 3 0 5E 11 3E 58 2C
Octal 315 323 15 3 0 136 21 76 130 54
Binary 11001101 11010011 1101 11 0 1011110 10001 111110 1011000 101100

Color Harmonies of #CDD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD30D

Black with #CDD30D

Text Example


Text Example

White with #CDD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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