Html Css Color HEX #CCD30A Bird Flower

📋 copy color: '#CCD30A'

red 204 ◦ green 211 ◦ blue 10

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

Shades of Bird Flower #CCD30A

Tints of Bird Flower #CCD30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 48%
G = 49.65%
B = 2.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#CCD30A (or 0xCCD30A) is known color: Bird Flower. HEX triplet: CC, D3 and 0A. RGB value is (204,211,10). Sum of RGB (Red+Green+Blue) = 204+211+10=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD30A is #332CF5. Grayscale: #BABABA. Windows color (decimal): -3353846 or 709580. OLE color: 709580.

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

Color convert

RGB 204 211 10 -
CMYK 0.03 0 0.95 0.17
HSL 62.09º 0.91% 0.43% -
HSV(B) 62.09º 0.95% 0.83% -
XYZ 48.25 59.45 9.22 -
YUV 185.99 28.68 140.84 -
System Red Green Blue C M Y K H S L
Decimal 204 211 10 0.03 0 0.95 0.17 62.09 0.91 0.43
Hex CC D3 A 3 0 5F 11 3E 5B 2B
Octal 314 323 12 3 0 137 21 76 133 53
Binary 11001100 11010011 1010 11 0 1011111 10001 111110 1011011 101011

Color Harmonies of #CCD30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD30A

Black with #CCD30A

Text Example


Text Example

White with #CCD30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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