Html Css Color HEX #CCDA07 Bird Flower

📋 copy color: '#CCDA07'

red 204 ◦ green 218 ◦ blue 7

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

Shades of Bird Flower #CCDA07

Tints of Bird Flower #CCDA07

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.82%

 BLUE value IS 7 (3.13% from 255) = 1.63%

R = 47.55%
G = 50.82%
B = 1.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#CCDA07 (or 0xCCDA07) is known color: Bird Flower. HEX triplet: CC, DA and 07. RGB value is (204,218,7). Sum of RGB (Red+Green+Blue) = 204+218+7=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA07 is #3325F8. Grayscale: #BEBEBE. Windows color (decimal): -3352057 or 514764. OLE color: 514764.

HSL color Cylindrical-coordinate representation of color #CCDA07: hue angle of 63.98º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCDA07 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 7 -
CMYK 0.06 0 0.97 0.15
HSL 63.98º 0.94% 0.44% -
HSV(B) 63.98º 0.97% 0.85% -
XYZ 50.01 63 9.72 -
YUV 189.76 24.86 138.16 -
System Red Green Blue C M Y K H S L
Decimal 204 218 7 0.06 0 0.97 0.15 63.98 0.94 0.44
Hex CC DA 7 6 0 61 F 40 5E 2C
Octal 314 332 7 6 0 141 17 100 136 54
Binary 11001100 11011010 111 110 0 1100001 1111 1000000 1011110 101100

Color Harmonies of #CCDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA07

Black with #CCDA07

Text Example


Text Example

White with #CCDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA07; }

 p { color: rgb(204,218,7); }

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

background-color css

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

 a { background-color: rgb(204,218,7); }

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

border-color css

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

 span { border-color: rgb(204,218,7); }

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