Html Css Color HEX #CCB322 Bird Flower

📋 copy color: '#CCB322'

red 204 ◦ green 179 ◦ blue 34

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

Shades of Bird Flower #CCB322

Tints of Bird Flower #CCB322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 48.92%
G = 42.93%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCB322 (or 0xCCB322) is known color: Bird Flower. HEX triplet: CC, B3 and 22. RGB value is (204,179,34). Sum of RGB (Red+Green+Blue) = 204+179+34=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB322 is #334CDD. Grayscale: #AAAAAA. Windows color (decimal): -3362014 or 2274252. OLE color: 2274252.

HSL color Cylindrical-coordinate representation of color #CCB322: hue angle of 51.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCB322 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 34 -
CMYK 0 0.12 0.83 0.2
HSL 51.18º 0.71% 0.47% -
HSV(B) 51.18º 0.83% 0.8% -
XYZ 41.31 45.19 8.06 -
YUV 169.95 51.28 152.29 -
System Red Green Blue C M Y K H S L
Decimal 204 179 34 0 0.12 0.83 0.2 51.18 0.71 0.47
Hex CC B3 22 0 C 53 14 33 47 2F
Octal 314 263 42 0 14 123 24 63 107 57
Binary 11001100 10110011 100010 0 1100 1010011 10100 110011 1000111 101111

Color Harmonies of #CCB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB322

Black with #CCB322

Text Example


Text Example

White with #CCB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB322; }

 p { color: rgb(204,179,34); }

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

background-color css

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

 a { background-color: rgb(204,179,34); }

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

border-color css

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

 span { border-color: rgb(204,179,34); }

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