Html Css Color HEX #CCD307 Bird Flower

📋 copy color: '#CCD307'

red 204 ◦ green 211 ◦ blue 7

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

Shades of Bird Flower #CCD307

Tints of Bird Flower #CCD307

RGB

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

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

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

R = 48.34%
G = 50%
B = 1.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#CCD307 (or 0xCCD307) is known color: Bird Flower. HEX triplet: CC, D3 and 07. RGB value is (204,211,7). Sum of RGB (Red+Green+Blue) = 204+211+7=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD307 is #332CF8. Grayscale: #BABABA. Windows color (decimal): -3353849 or 512972. OLE color: 512972.

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

Color convert

RGB 204 211 7 -
CMYK 0.03 0 0.97 0.17
HSL 62.06º 0.94% 0.43% -
HSV(B) 62.06º 0.97% 0.83% -
XYZ 48.23 59.44 9.13 -
YUV 185.65 27.18 141.09 -
System Red Green Blue C M Y K H S L
Decimal 204 211 7 0.03 0 0.97 0.17 62.06 0.94 0.43
Hex CC D3 7 3 0 61 11 3E 5E 2B
Octal 314 323 7 3 0 141 21 76 136 53
Binary 11001100 11010011 111 11 0 1100001 10001 111110 1011110 101011

Color Harmonies of #CCD307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD307

Black with #CCD307

Text Example


Text Example

White with #CCD307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD307; }

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

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

background-color css

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

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

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

border-color css

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

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

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