Html Css Color HEX #CCD30F Bird Flower

📋 copy color: '#CCD30F'

red 204 ◦ green 211 ◦ blue 15

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

Shades of Bird Flower #CCD30F

Tints of Bird Flower #CCD30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.49%

R = 47.44%
G = 49.07%
B = 3.49%

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

#CCD30F (or 0xCCD30F) is known color: Bird Flower. HEX triplet: CC, D3 and 0F. RGB value is (204,211,15). Sum of RGB (Red+Green+Blue) = 204+211+15=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD30F is #332CF0. Grayscale: #BBBBBB. Windows color (decimal): -3353841 or 1037260. OLE color: 1037260.

HSL color Cylindrical-coordinate representation of color #CCD30F: hue angle of 62.14º degrees, saturation: 0.87, 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 #CCD30F is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 15 -
CMYK 0.03 0 0.93 0.17
HSL 62.14º 0.87% 0.44% -
HSV(B) 62.14º 0.93% 0.83% -
XYZ 48.28 59.46 9.38 -
YUV 186.56 31.18 140.44 -
System Red Green Blue C M Y K H S L
Decimal 204 211 15 0.03 0 0.93 0.17 62.14 0.87 0.44
Hex CC D3 F 3 0 5D 11 3E 57 2C
Octal 314 323 17 3 0 135 21 76 127 54
Binary 11001100 11010011 1111 11 0 1011101 10001 111110 1010111 101100

Color Harmonies of #CCD30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD30F

Black with #CCD30F

Text Example


Text Example

White with #CCD30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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