Html Css Color HEX #CCD30E Bird Flower

📋 copy color: '#CCD30E'

red 204 ◦ green 211 ◦ blue 14

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

Shades of Bird Flower #CCD30E

Tints of Bird Flower #CCD30E

RGB

 RED value IS 204 (80.08% from 255) = 47.55%

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

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 47.55%
G = 49.18%
B = 3.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#CCD30E (or 0xCCD30E) is known color: Bird Flower. HEX triplet: CC, D3 and 0E. RGB value is (204,211,14). Sum of RGB (Red+Green+Blue) = 204+211+14=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD30E is #332CF1. Grayscale: #BBBBBB. Windows color (decimal): -3353842 or 971724. OLE color: 971724.

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

Color convert

RGB 204 211 14 -
CMYK 0.03 0 0.93 0.17
HSL 62.13º 0.88% 0.44% -
HSV(B) 62.13º 0.93% 0.83% -
XYZ 48.28 59.46 9.35 -
YUV 186.45 30.68 140.52 -
System Red Green Blue C M Y K H S L
Decimal 204 211 14 0.03 0 0.93 0.17 62.13 0.88 0.44
Hex CC D3 E 3 0 5D 11 3E 58 2C
Octal 314 323 16 3 0 135 21 76 130 54
Binary 11001100 11010011 1110 11 0 1011101 10001 111110 1011000 101100

Color Harmonies of #CCD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD30E

Black with #CCD30E

Text Example


Text Example

White with #CCD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD30E; }

 p { color: rgb(204,211,14); }

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

background-color css

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

 a { background-color: rgb(204,211,14); }

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

border-color css

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

 span { border-color: rgb(204,211,14); }

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