Html Css Color HEX #CCCD05 Bird Flower

📋 copy color: '#CCCD05'

red 204 ◦ green 205 ◦ blue 5

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

Shades of Bird Flower #CCCD05

Tints of Bird Flower #CCCD05

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.52%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 49.28%
G = 49.52%
B = 1.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CCCD05 (or 0xCCCD05) is known color: Bird Flower. HEX triplet: CC, CD and 05. RGB value is (204,205,5). Sum of RGB (Red+Green+Blue) = 204+205+5=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD05 is #3332FA. Grayscale: #B6B6B6. Windows color (decimal): -3355387 or 380364. OLE color: 380364.

HSL color Cylindrical-coordinate representation of color #CCCD05: hue angle of 60.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCCD05 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 5 -
CMYK 0.00 0 0.98 0.20
HSL 60.3º 0.95% 0.41% -
HSV(B) 60.3º 0.98% 0.8% -
XYZ 46.76 56.51 8.59 -
YUV 181.9 28.17 143.76 -
System Red Green Blue C M Y K H S L
Decimal 204 205 5 0.00 0 0.98 0.20 60.3 0.95 0.41
Hex CC CD 5 0 0 62 14 3C 5F 29
Octal 314 315 5 0 0 142 24 74 137 51
Binary 11001100 11001101 101 0 0 1100010 10100 111100 1011111 101001

Color Harmonies of #CCCD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD05

Black with #CCCD05

Text Example


Text Example

White with #CCCD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD05; }

 p { color: rgb(204,205,5); }

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

background-color css

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

 a { background-color: rgb(204,205,5); }

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

border-color css

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

 span { border-color: rgb(204,205,5); }

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