Html Css Color HEX #CCB41C Bird Flower

📋 copy color: '#CCB41C'

red 204 ◦ green 180 ◦ blue 28

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

Shades of Bird Flower #CCB41C

Tints of Bird Flower #CCB41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.8%

R = 49.51%
G = 43.69%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCB41C (or 0xCCB41C) is known color: Bird Flower. HEX triplet: CC, B4 and 1C. RGB value is (204,180,28). Sum of RGB (Red+Green+Blue) = 204+180+28=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB41C is #334BE3. Grayscale: #AAAAAA. Windows color (decimal): -3361764 or 1881292. OLE color: 1881292.

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

Color convert

RGB 204 180 28 -
CMYK 0 0.12 0.86 0.2
HSL 51.82º 0.76% 0.45% -
HSV(B) 51.82º 0.86% 0.8% -
XYZ 41.43 45.56 7.71 -
YUV 169.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 204 180 28 0 0.12 0.86 0.2 51.82 0.76 0.45
Hex CC B4 1C 0 C 56 14 34 4C 2D
Octal 314 264 34 0 14 126 24 64 114 55
Binary 11001100 10110100 11100 0 1100 1010110 10100 110100 1001100 101101

Color Harmonies of #CCB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB41C

Black with #CCB41C

Text Example


Text Example

White with #CCB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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