Html Css Color HEX #CCBF14 Bird Flower

📋 copy color: '#CCBF14'

red 204 ◦ green 191 ◦ blue 20

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

Shades of Bird Flower #CCBF14

Tints of Bird Flower #CCBF14

RGB

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

 GREEN value IS 191 (75% from 255) = 46.02%

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

R = 49.16%
G = 46.02%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCBF14 (or 0xCCBF14) is known color: Bird Flower. HEX triplet: CC, BF and 14. RGB value is (204,191,20). Sum of RGB (Red+Green+Blue) = 204+191+20=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBF14 is #3340EB. Grayscale: #B0B0B0. Windows color (decimal): -3358956 or 1359820. OLE color: 1359820.

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

Color convert

RGB 204 191 20 -
CMYK 0 0.06 0.90 0.2
HSL 55.76º 0.82% 0.44% -
HSV(B) 55.76º 0.9% 0.8% -
XYZ 43.66 50.15 8.04 -
YUV 175.39 40.31 148.4 -
System Red Green Blue C M Y K H S L
Decimal 204 191 20 0 0.06 0.90 0.2 55.76 0.82 0.44
Hex CC BF 14 0 6 5A 14 38 52 2C
Octal 314 277 24 0 6 132 24 70 122 54
Binary 11001100 10111111 10100 0 110 1011010 10100 111000 1010010 101100

Color Harmonies of #CCBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF14

Black with #CCBF14

Text Example


Text Example

White with #CCBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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