Html Css Color HEX #CCBE14 Bird Flower

📋 copy color: '#CCBE14'

red 204 ◦ green 190 ◦ blue 20

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

Shades of Bird Flower #CCBE14

Tints of Bird Flower #CCBE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.89%

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 49.28%
G = 45.89%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCBE14 (or 0xCCBE14) is known color: Bird Flower. HEX triplet: CC, BE and 14. RGB value is (204,190,20). Sum of RGB (Red+Green+Blue) = 204+190+20=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE14 is #3341EB. Grayscale: #AFAFAF. Windows color (decimal): -3359212 or 1359564. OLE color: 1359564.

HSL color Cylindrical-coordinate representation of color #CCBE14: hue angle of 55.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCBE14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 20 -
CMYK 0 0.07 0.90 0.2
HSL 55.43º 0.82% 0.44% -
HSV(B) 55.43º 0.9% 0.8% -
XYZ 43.44 49.71 7.97 -
YUV 174.81 40.64 148.82 -
System Red Green Blue C M Y K H S L
Decimal 204 190 20 0 0.07 0.90 0.2 55.43 0.82 0.44
Hex CC BE 14 0 7 5A 14 37 52 2C
Octal 314 276 24 0 7 132 24 67 122 54
Binary 11001100 10111110 10100 0 111 1011010 10100 110111 1010010 101100

Color Harmonies of #CCBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE14

Black with #CCBE14

Text Example


Text Example

White with #CCBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE14; }

 p { color: rgb(204,190,20); }

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

background-color css

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

 a { background-color: rgb(204,190,20); }

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

border-color css

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

 span { border-color: rgb(204,190,20); }

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