Html Css Color HEX #CCD00D Bird Flower

📋 copy color: '#CCD00D'

red 204 ◦ green 208 ◦ blue 13

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

Shades of Bird Flower #CCD00D

Tints of Bird Flower #CCD00D

RGB

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

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

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

R = 48%
G = 48.94%
B = 3.06%

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

#CCD00D (or 0xCCD00D) is known color: Bird Flower. HEX triplet: CC, D0 and 0D. RGB value is (204,208,13). Sum of RGB (Red+Green+Blue) = 204+208+13=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD00D is #332FF2. Grayscale: #B9B9B9. Windows color (decimal): -3354611 or 905420. OLE color: 905420.

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

Color convert

RGB 204 208 13 -
CMYK 0.02 0 0.94 0.18
HSL 61.23º 0.88% 0.43% -
HSV(B) 61.23º 0.94% 0.82% -
XYZ 47.53 57.98 9.07 -
YUV 184.57 31.17 141.86 -
System Red Green Blue C M Y K H S L
Decimal 204 208 13 0.02 0 0.94 0.18 61.23 0.88 0.43
Hex CC D0 D 2 0 5E 12 3D 58 2B
Octal 314 320 15 2 0 136 22 75 130 53
Binary 11001100 11010000 1101 10 0 1011110 10010 111101 1011000 101011

Color Harmonies of #CCD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD00D

Black with #CCD00D

Text Example


Text Example

White with #CCD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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