Html Css Color HEX #CCB422 Bird Flower

📋 copy color: '#CCB422'

red 204 ◦ green 180 ◦ blue 34

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

Shades of Bird Flower #CCB422

Tints of Bird Flower #CCB422

RGB

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

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

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

R = 48.8%
G = 43.06%
B = 8.13%

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

#CCB422 (or 0xCCB422) is known color: Bird Flower. HEX triplet: CC, B4 and 22. RGB value is (204,180,34). Sum of RGB (Red+Green+Blue) = 204+180+34=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB422 is #334BDD. Grayscale: #ABABAB. Windows color (decimal): -3361758 or 2274508. OLE color: 2274508.

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

Color convert

RGB 204 180 34 -
CMYK 0 0.12 0.83 0.2
HSL 51.53º 0.71% 0.47% -
HSV(B) 51.53º 0.83% 0.8% -
XYZ 41.51 45.6 8.13 -
YUV 170.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 204 180 34 0 0.12 0.83 0.2 51.53 0.71 0.47
Hex CC B4 22 0 C 53 14 34 47 2F
Octal 314 264 42 0 14 123 24 64 107 57
Binary 11001100 10110100 100010 0 1100 1010011 10100 110100 1000111 101111

Color Harmonies of #CCB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB422

Black with #CCB422

Text Example


Text Example

White with #CCB422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB422; }

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

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

background-color css

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

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

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

border-color css

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

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

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