Html Css Color HEX #CCD013 Bird Flower

📋 copy color: '#CCD013'

red 204 ◦ green 208 ◦ blue 19

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

Shades of Bird Flower #CCD013

Tints of Bird Flower #CCD013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

 BLUE value IS 19 (7.81% from 255) = 4.41%

R = 47.33%
G = 48.26%
B = 4.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#CCD013 (or 0xCCD013) is known color: Bird Flower. HEX triplet: CC, D0 and 13. RGB value is (204,208,19). Sum of RGB (Red+Green+Blue) = 204+208+19=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD013 is #332FEC. Grayscale: #BABABA. Windows color (decimal): -3354605 or 1298636. OLE color: 1298636.

HSL color Cylindrical-coordinate representation of color #CCD013: hue angle of 61.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCD013 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 19 -
CMYK 0.02 0 0.91 0.18
HSL 61.27º 0.83% 0.45% -
HSV(B) 61.27º 0.91% 0.82% -
XYZ 47.58 58 9.3 -
YUV 185.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 204 208 19 0.02 0 0.91 0.18 61.27 0.83 0.45
Hex CC D0 13 2 0 5B 12 3D 53 2D
Octal 314 320 23 2 0 133 22 75 123 55
Binary 11001100 11010000 10011 10 0 1011011 10010 111101 1010011 101101

Color Harmonies of #CCD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD013

Black with #CCD013

Text Example


Text Example

White with #CCD013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD013; }

 p { color: rgb(204,208,19); }

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

background-color css

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

 a { background-color: rgb(204,208,19); }

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

border-color css

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

 span { border-color: rgb(204,208,19); }

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