Html Css Color HEX #CCBC19 Bird Flower

📋 copy color: '#CCBC19'

red 204 ◦ green 188 ◦ blue 25

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

Shades of Bird Flower #CCBC19

Tints of Bird Flower #CCBC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

 BLUE value IS 25 (10.16% from 255) = 6%

R = 48.92%
G = 45.08%
B = 6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCBC19 (or 0xCCBC19) is known color: Bird Flower. HEX triplet: CC, BC and 19. RGB value is (204,188,25). Sum of RGB (Red+Green+Blue) = 204+188+25=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC19 is #3343E6. Grayscale: #AEAEAE. Windows color (decimal): -3359719 or 1686732. OLE color: 1686732.

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

Color convert

RGB 204 188 25 -
CMYK 0 0.08 0.88 0.2
HSL 54.64º 0.78% 0.45% -
HSV(B) 54.64º 0.88% 0.8% -
XYZ 43.06 48.87 8.08 -
YUV 174.2 43.8 149.25 -
System Red Green Blue C M Y K H S L
Decimal 204 188 25 0 0.08 0.88 0.2 54.64 0.78 0.45
Hex CC BC 19 0 8 58 14 37 4E 2D
Octal 314 274 31 0 10 130 24 67 116 55
Binary 11001100 10111100 11001 0 1000 1011000 10100 110111 1001110 101101

Color Harmonies of #CCBC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC19

Black with #CCBC19

Text Example


Text Example

White with #CCBC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC19; }

 p { color: rgb(204,188,25); }

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

background-color css

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

 a { background-color: rgb(204,188,25); }

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

border-color css

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

 span { border-color: rgb(204,188,25); }

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