Html Css Color HEX #CCD10D Bird Flower

📋 copy color: '#CCD10D'

red 204 ◦ green 209 ◦ blue 13

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

Shades of Bird Flower #CCD10D

Tints of Bird Flower #CCD10D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.06%

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

R = 47.89%
G = 49.06%
B = 3.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#CCD10D (or 0xCCD10D) is known color: Bird Flower. HEX triplet: CC, D1 and 0D. RGB value is (204,209,13). Sum of RGB (Red+Green+Blue) = 204+209+13=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD10D is #332EF2. Grayscale: #B9B9B9. Windows color (decimal): -3354355 or 905676. OLE color: 905676.

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

Color convert

RGB 204 209 13 -
CMYK 0.02 0 0.94 0.18
HSL 61.53º 0.88% 0.44% -
HSV(B) 61.53º 0.94% 0.82% -
XYZ 47.77 58.47 9.15 -
YUV 185.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 204 209 13 0.02 0 0.94 0.18 61.53 0.88 0.44
Hex CC D1 D 2 0 5E 12 3E 58 2C
Octal 314 321 15 2 0 136 22 76 130 54
Binary 11001100 11010001 1101 10 0 1011110 10010 111110 1011000 101100

Color Harmonies of #CCD10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD10D

Black with #CCD10D

Text Example


Text Example

White with #CCD10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD10D; }

 p { color: rgb(204,209,13); }

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

background-color css

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

 a { background-color: rgb(204,209,13); }

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

border-color css

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

 span { border-color: rgb(204,209,13); }

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