Html Css Color HEX #CCB402 Bird Flower

📋 copy color: '#CCB402'

red 204 ◦ green 180 ◦ blue 2

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

Shades of Bird Flower #CCB402

Tints of Bird Flower #CCB402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

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

R = 52.85%
G = 46.63%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB402 (or 0xCCB402) is known color: Bird Flower. HEX triplet: CC, B4 and 02. RGB value is (204,180,2). Sum of RGB (Red+Green+Blue) = 204+180+2=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB402 is #334BFD. Grayscale: #A7A7A7. Windows color (decimal): -3361790 or 177356. OLE color: 177356.

HSL color Cylindrical-coordinate representation of color #CCB402: hue angle of 52.87º 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 #CCB402 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 2 -
CMYK 0 0.12 0.99 0.2
HSL 52.87º 0.98% 0.4% -
HSV(B) 52.87º 0.99% 0.8% -
XYZ 41.23 45.48 6.66 -
YUV 166.88 34.95 154.47 -
System Red Green Blue C M Y K H S L
Decimal 204 180 2 0 0.12 0.99 0.2 52.87 0.98 0.4
Hex CC B4 2 0 C 63 14 35 62 28
Octal 314 264 2 0 14 143 24 65 142 50
Binary 11001100 10110100 10 0 1100 1100011 10100 110101 1100010 101000

Color Harmonies of #CCB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB402

Black with #CCB402

Text Example


Text Example

White with #CCB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB402; }

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

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

background-color css

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

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

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

border-color css

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

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

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