Html Css Color HEX #CFBE15 Bird Flower

📋 copy color: '#CFBE15'

red 207 ◦ green 190 ◦ blue 21

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

Shades of Bird Flower #CFBE15

Tints of Bird Flower #CFBE15

RGB

 RED value IS 207 (81.25% from 255) = 49.52%

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

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 49.52%
G = 45.45%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFBE15 (or 0xCFBE15) is known color: Bird Flower. HEX triplet: CF, BE and 15. RGB value is (207,190,21). Sum of RGB (Red+Green+Blue) = 207+190+21=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE15 is #3041EA. Grayscale: #B0B0B0. Windows color (decimal): -3162603 or 1425103. OLE color: 1425103.

HSL color Cylindrical-coordinate representation of color #CFBE15: hue angle of 54.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFBE15 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 21 -
CMYK 0 0.08 0.90 0.19
HSL 54.52º 0.82% 0.45% -
HSV(B) 54.52º 0.9% 0.81% -
XYZ 44.28 50.15 8.05 -
YUV 175.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 207 190 21 0 0.08 0.90 0.19 54.52 0.82 0.45
Hex CF BE 15 0 8 5A 13 37 52 2D
Octal 317 276 25 0 10 132 23 67 122 55
Binary 11001111 10111110 10101 0 1000 1011010 10011 110111 1010010 101101

Color Harmonies of #CFBE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE15

Black with #CFBE15

Text Example


Text Example

White with #CFBE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE15; }

 p { color: rgb(207,190,21); }

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

background-color css

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

 a { background-color: rgb(207,190,21); }

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

border-color css

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

 span { border-color: rgb(207,190,21); }

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