Html Css Color HEX #CCB902 Bird Flower

📋 copy color: '#CCB902'

red 204 ◦ green 185 ◦ blue 2

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

Shades of Bird Flower #CCB902

Tints of Bird Flower #CCB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 52.17%
G = 47.31%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB902 (or 0xCCB902) is known color: Bird Flower. HEX triplet: CC, B9 and 02. RGB value is (204,185,2). Sum of RGB (Red+Green+Blue) = 204+185+2=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB902 is #3346FD. Grayscale: #AAAAAA. Windows color (decimal): -3360510 or 178636. OLE color: 178636.

HSL color Cylindrical-coordinate representation of color #CCB902: hue angle of 54.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCB902 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 2 -
CMYK 0 0.09 0.99 0.2
HSL 54.36º 0.98% 0.4% -
HSV(B) 54.36º 0.99% 0.8% -
XYZ 42.26 47.54 7.01 -
YUV 169.82 33.29 152.38 -
System Red Green Blue C M Y K H S L
Decimal 204 185 2 0 0.09 0.99 0.2 54.36 0.98 0.4
Hex CC B9 2 0 9 63 14 36 62 28
Octal 314 271 2 0 11 143 24 66 142 50
Binary 11001100 10111001 10 0 1001 1100011 10100 110110 1100010 101000

Color Harmonies of #CCB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB902

Black with #CCB902

Text Example


Text Example

White with #CCB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB902; }

 p { color: rgb(204,185,2); }

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

background-color css

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

 a { background-color: rgb(204,185,2); }

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

border-color css

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

 span { border-color: rgb(204,185,2); }

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